← Latest papers
💻 computer science

Not All Tasks Quantize Equally: Fisher-Guided Quantization for Visual Geometry Transformer

This paper proposes Fisher-Guided Quantization (FGQ), a post-training quantization method that leverages the diagonal Fisher information matrix to identify and preserve task-specific sensitivities across transformer blocks and channels, thereby significantly improving the accuracy of billion-scale Visual Geometry Grounded Transformer (VGGT) models for 3D reconstruction tasks compared to existing baselines.

Original authors: Yipu Zhang, Jintao Cheng, Weilun Feng, Jiehao Luo, Chuanguang Yang, Zhulin An, Yongjun Xu, Wei Zhang

Published 2026-05-18
📖 4 min read☕ Coffee break read

Original authors: Yipu Zhang, Jintao Cheng, Weilun Feng, Jiehao Luo, Chuanguang Yang, Zhulin An, Yongjun Xu, Wei Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a massive, super-smart robot chef (the Visual Geometry Grounded Transformer, or VGGT) that can look at a few photos and instantly figure out three things at once:

  1. Where the camera was when the photo was taken (Pose).
  2. How deep everything is (Depth).
  3. Exactly what the 3D shape of the objects looks like (Point Map).

This robot is incredibly talented, but it's also a "giant." It has billions of ingredients (parameters) in its pantry, which makes it slow, heavy, and impossible to fit into a small kitchen (like a smartphone or a robot on a factory floor).

To make this robot fit in a small kitchen, scientists usually try to shrink its ingredients. They take the massive, precise measurements (like using a scale that weighs to the milligram) and round them down to simple numbers (like using a scale that only weighs in whole grams). This is called Quantization.

The Problem: "One Size Does Not Fit All"

The researchers in this paper noticed a funny problem with how people were shrinking this robot chef.

Imagine the robot is cooking a complex meal where:

  • Task A (The Camera Pose) is like stirring a pot. It's a big, smooth motion. If you round your measurements a little bit, the pot still stirs fine. It's tough.
  • Task B (The Point Map) is like arranging delicate, tiny sugar crystals into a perfect 3D sculpture. If you round your measurements even a tiny bit, the whole sculpture collapses into a messy pile. It's extremely sensitive.

Previous methods treated the robot like it was doing just one job. They applied the same "rounding rules" to the stirring and the sugar crystals equally.

  • The Result: The stirring (Pose) stayed perfect, but the sugar sculpture (Point Map) got ruined. The robot was great at guessing where the camera was, but terrible at reconstructing the 3D shape.

The Solution: The "Fisher-Guided" Chef

The authors, Yipu Zhang and his team, invented a new method called FGQ (Fisher-Guided Quantization).

Think of FGQ as a smart sous-chef who knows exactly which parts of the recipe are fragile and which are sturdy.

  1. The "Fisher" Score: Before shrinking the ingredients, the sous-chef runs a quick test. It asks: "If I mess up this specific channel of information, how much does it hurt the sugar sculpture? How much does it hurt the stirring?"

    • It turns out that different parts of the robot's brain (different "blocks" and "channels") are responsible for different tasks. Some channels are the "sugar crystal guardians," while others are just "stirring helpers."
  2. The Customized Shrinking: Instead of using the same rounding rules for everyone, FGQ uses this score to be gentle with the fragile parts and ruthless with the sturdy parts.

    • For the "sugar crystal" channels, it keeps the numbers very precise.
    • For the "stirring" channels, it shrinks them down aggressively to save space.

The Results: Saving the Sculpture

The paper tested this new method on the robot chef with a very aggressive shrinking (4-bit quantization, which is like turning a high-definition photo into a tiny pixel art).

  • Old Methods: The 3D sugar sculpture (Point Map) looked blurry and broken. The robot lost its ability to see fine details.
  • FGQ Method: The 3D sculpture remained sharp and detailed. The robot could still see the fine edges of objects, even though it was using much less memory.

In fact, the paper claims that for the 3D shape reconstruction task, their method improved the results by up to 39% compared to the previous best methods. It was like taking a blurry, pixelated image and suddenly making it crisp again, just by being smarter about where to save the details.

Summary

The paper argues that you can't treat all parts of a multi-task AI model the same way when you try to shrink it. Some parts are like a brick (hard to break), and some are like glass (easy to shatter). FGQ is a tool that identifies the glass and protects it, allowing the whole robot to fit in a small pocket without losing its ability to see the world in 3D.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →