Papers › AANet: Adaptive Aggregation Network for Efficient Stereo Matching

AANet: Adaptive Aggregation Network for Efficient Stereo Matching

20 Apr 2020CVPR 2020 6arXiv:2004.09548archive 2025-07-28

Haofei Xu, Juyong Zhang

Despite the remarkable progress made by learning based stereo matching algorithms, one key challenge remains unsolved. Current state-of-the-art stereo models are mostly based on costly 3D convolutions, the cubic computational complexity and high memory consumption make it quite expensive to deploy in real-world applications. In this paper, we aim at completely replacing the commonly used 3D convolutions to achieve fast inference speed while maintaining comparable accuracy. To this end, we first propose a sparse points based intra-scale cost aggregation method to alleviate the well-known edge-fattening issue at disparity discontinuities. Further, we approximate traditional cross-scale cost aggregation algorithm with neural network layers to handle large textureless regions. Both modules are simple, lightweight, and complementary, leading to an effective and efficient architecture for cost aggregation. With these two modules, we can not only significantly speed up existing top-performing models (e.g., 41× than GC-Net, 4× than PSMNet and 38× than GA-Net), but also improve the performance of fast stereo models (e.g., StereoNet). We also achieve competitive results on Scene Flow and KITTI datasets while running at 62ms, demonstrating the versatility and high efficiency of the proposed method. Our full framework is available at https://github.com/haofeixu/aanet .

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2004.09548")

Code

Syntology Ran 9 of 14 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

haofeixu/aanet officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 9 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
7ran
5unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from haofeixu/aanet. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv1x1 haofeixu/aanet/nets/deform.py official repository ran · our draft was wrong Apache-2.0 (permissive) · d9def42110729a85 · report
conv1x1 haofeixu/aanet/nets/feature.py official repository ran Apache-2.0 (permissive) · 8182b8e2a441abbd · report
conv2d haofeixu/aanet/nets/aggregation.py official repository ran Apache-2.0 (permissive) · 2c4f90d71c073dfe · report
conv3x3 haofeixu/aanet/nets/deform.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 160bb14bd76201b4 · report
conv3x3 haofeixu/aanet/nets/feature.py official repository ran Apache-2.0 (permissive) · 9fba66e062846970 · report
conv5x5 haofeixu/aanet/nets/feature.py official repository ran Apache-2.0 (permissive) · af5d1e93b7cc0884 · report
convbn_3d haofeixu/aanet/nets/aggregation.py official repository ran Apache-2.0 (permissive) · 46674adf87c5459d · report
meshgrid haofeixu/aanet/nets/warp.py official repository ran fingerprinted Apache-2.0 (permissive) · d264efc1788f1659 · report
normalize_coords haofeixu/aanet/nets/warp.py official repository ran Apache-2.0 (permissive) · 62da485d08a1a205 · report
conv3d haofeixu/aanet/nets/aggregation.py official repository unverified Apache-2.0 (permissive) · 81a0c67776f66692 · report
d1_metric haofeixu/aanet/metric.py official repository unverified Apache-2.0 (permissive) · 3472053ffc0cd145 · report
disp_warp haofeixu/aanet/nets/warp.py official repository unverified Apache-2.0 (permissive) · bdb566fe49732f09 · report
epe_metric haofeixu/aanet/metric.py official repository unverified Apache-2.0 (permissive) · de7db437cc7b6ca0 · report
thres_metric haofeixu/aanet/metric.py official repository unverified Apache-2.0 (permissive) · a2ed1ebdb4d69030 · report

Tasks

Scene Flow EstimationStereo Disparity EstimationStereo Matching

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Scene Flow Estimation Scene Flow AANet EPE 0.068 #1 of 1 Archive leaderboard report
Stereo Disparity Estimation Scene Flow AANet EPE 0.87 #1 of 7 Archive leaderboard report
Stereo Disparity Estimation Scene Flow AANet one pixel error 9.3 #1 of 7 Archive leaderboard report
Stereo Disparity Estimation Scene Flow AANet+ EPE 0.72 #3 of 7 Archive leaderboard report
Stereo Disparity Estimation Scene Flow AANet+ one pixel error 7.4 #3 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections