← Latest papers
💻 computer science

Vision Non-Causal Trapezoidal Mamba: Eliminating Directional Scanning in Vision SSMs with Second-Order Dynamics

The paper introduces Vision Non-Causal Trapezoidal Mamba (VNCT), a second-order non-causal State Space Model that eliminates directional token scanning to achieve orientation-robust representations and superior performance across various vision tasks while maintaining low inference latency.

Original authors: Anvitha Ramachandran, Dhruv Parikh, Haoyang Fan, Rajgopal Kannan, Viktor Prasanna

Published 2026-07-09
📖 5 min read🧠 Deep dive

Original authors: Anvitha Ramachandran, Dhruv Parikh, Haoyang Fan, Rajgopal Kannan, Viktor Prasanna

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're trying to understand a giant, complex puzzle made of thousands of tiny picture pieces (tokens). For a long time, computer vision models acted like a very strict, one-way street. They had to look at the pieces in a specific order: left to right, top to bottom, or in some other fixed path. This is called directional scanning. It's like reading a book where you can't look ahead or flip back; you have to read every word in a line before moving to the next.

The paper introduces a new model called Vision Non-Causal Trapezoidal Mamba (VNCT). Its main finding is that this strict "one-way street" rule is actually unnecessary for seeing well. In fact, getting rid of it makes the model faster and smarter.

The Old Way vs. The New Way

Think of the old models (like many Vision Transformers or earlier "Mamba" models) as a team of detectives who have to walk through a museum room in a single file line. They can only look at the painting in front of them, then the next one, and so on. If they miss a detail on the left because they were focused on the right, they might not catch it until they circle back around, which takes extra time. This creates a bias; the model gets "used" to looking in a specific direction.

VNCT throws out the rulebook. Instead of walking in a line, it lets every single picture piece talk to every other piece all at once in a single pass. It's like turning on a giant, instant spotlight that illuminates the entire museum room simultaneously. Every detective can see every painting instantly, without waiting for a turn. The paper shows that this "all-at-once" approach eliminates the weird biases caused by walking in a line.

The Secret Sauce: Second-Order Dynamics

But how does it talk to everyone so fast without getting confused? The authors use a clever math trick called second-order dynamics (specifically, "trapezoidal" dynamics).

Imagine you are trying to guess the temperature of a room.

  • First-order (the old way): You check the thermometer once and guess based on that single reading.
  • Second-order (VNCT's way): You check the thermometer, but you also look at how fast the temperature was changing just a split second ago. You take an average of the "now" and the "just before."

This "trapezoidal" method (averaging the start and end points of a step) gives the model a richer, more detailed understanding of the image. The paper suggests that this extra layer of detail helps the model understand shapes and boundaries much better than the simpler, single-step methods used by previous models.

What the Paper Rules Out

The paper explicitly argues against the idea that vision models need directional scanning to work well. Many previous models tried to fix the "one-way street" problem by adding more complex paths (like walking in a zig-zag or a spiral), but the authors show that you don't need to fix the path at all—you just need to remove the path entirely. They rule out the necessity of sequential scanning for high-performance vision.

The Results: Faster, Stronger, and More Robust

The authors measured their model on several big challenges, and the results were quite clear:

  • Speed: Because it doesn't have to wait for a line to form, VNCT is faster. On a single image, it took 5.25 milliseconds for the "Micro" version and 7.31 milliseconds for the "Tiny" version to make a prediction. This is faster than the previous non-causal model (VSSD), which took 5.80 ms and 8.01 ms respectively.
  • Accuracy: It got better scores on standard tests. On the ImageNet-1K test, the "Tiny" version hit 84.2% accuracy, beating the previous best non-causal model (VSSD-Tiny) which got 83.7%.
  • Turning and Flipping: One of the coolest findings is about "orientation robustness." If you flip an image upside down or rotate it, the old models get a bit confused and their accuracy drops. VNCT is much more chill about it. When the image was rotated or flipped, the average accuracy drop was only 0.3%, compared to 0.9% for VSSD and 1.6% for the directional scanning model. This suggests the model sees the object as a whole, not just a sequence of pixels.
  • Boundaries: When drawing the outlines of objects (like separating a car from the road), VNCT was sharper. It improved the "Boundary IoU" (a score for how well the edges match) by up to 3.7 points on the Cityscapes dataset compared to VSSD.

The Bottom Line

The paper doesn't just suggest this might work; it measured it across classification, object detection, and segmentation tasks. The authors conclude that the "one-way street" of directional scanning is an artifact of trying to force sequence models onto images, and that a second-order, non-causal approach is a simpler, more efficient, and more robust way to build vision AI. They didn't just tweak the old system; they replaced the traffic rules entirely, and the cars are moving faster and driving straighter.

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 →