Papers › DPF: Learning Dense Prediction Fields with Weak Supervision

DPF: Learning Dense Prediction Fields with Weak Supervision

29 Mar 2023CVPR 2023 1arXiv:2303.16890archive 2025-07-28

Xiaoxue Chen, Yuhang Zheng, Yupeng Zheng, Qiang Zhou, Hao Zhao, Guyue Zhou, Ya-Qin Zhang

Nowadays, many visual scene understanding problems are addressed by dense prediction networks. But pixel-wise dense annotations are very expensive (e.g., for scene parsing) or impossible (e.g., for intrinsic image decomposition), motivating us to leverage cheap point-level weak supervision. However, existing pointly-supervised methods still use the same architecture designed for full supervision. In stark contrast to them, we propose a new paradigm that makes predictions for point coordinate queries, as inspired by the recent success of implicit representations, like distance or radiance fields. As such, the method is named as dense prediction fields (DPFs). DPFs generate expressive intermediate features for continuous sub-pixel locations, thus allowing outputs of an arbitrary resolution. DPFs are naturally compatible with point-level supervision. We showcase the effectiveness of DPFs using two substantially different tasks: high-level semantic parsing and low-level intrinsic image decomposition. In these two cases, supervision comes in the form of single-point semantic category and two-point relative reflectance, respectively. As benchmarked by three large-scale public datasets PASCALContext, ADE20K and IIW, DPFs set new state-of-the-art performance on all of them with significant margins. Code can be accessed at https://github.com/cxx226/DPF.

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="2303.16890")

Code

Syntology Ran 23 of 34 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 3 ran · fixture could not drive it; 13 ran with no contract checked.

By repository: official repository: 33 samples from 1 repository, 22 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cxx226/dpf officialmentioned in papermentioned on GitHubpytorch 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

34 samples harvested; 23 ran; 0 honoured the contract we drafted; 11 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.

7ran · our draft was wrong
3ran · fixture could not drive it
13ran
11unverified

Licence: 34 of the 34 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 cxx226/DPF. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

AddReadout cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · e0242f128cfc116b · report
DPF cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 4e5fbbbd79b1669f · report
EDSR cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 1142d6a583b67661 · report
FeatureFusionBlock_custom cxx226/DPF/model/models.py official repository ran no licence file found · pointer only · 1b391b7304db7f29 · report
Interpolate cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 0f7d8735b1abcda7 · report
MLP cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 6288d5b0eb3efe75 · report
MeanShift cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 114d5b722c37bab2 · report
ProjectReadout cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · ae3b924395f9c330 · report
ResBlock cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · c6657b9aea514012 · report
ResidualConvUnit_custom cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · d79ee8f1590629da · report
Slice cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · e83f1144bdb3d4b3 · report
Transpose cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f04fbb95b10651aa · report
Upsampler cxx226/DPF/model/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · d8359ebc34725fec · report
_make_fusion_block cxx226/DPF/model/models.py official repository ran · our draft was wrong no licence file found · pointer only · 5d65041a654eac0d · report
_make_pretrained_resnext101_wsl cxx226/DPF/model/models.py official repository ran · our draft was wrong no licence file found · pointer only · 84a9635ddfb7beb0 · report
_make_resnet_backbone cxx226/DPF/model/models.py official repository ran · our draft was wrong no licence file found · pointer only · e20b4397fd272cb1 · report
_make_scratch cxx226/DPF/model/models.py official repository ran · fixture could not drive it no licence file found · pointer only · 1b142d7e201aadb6 · report
_make_vit_b16_backbone cxx226/DPF/model/models.py official repository ran · our draft was wrong no licence file found · pointer only · 1861fe8d8891e299 · report
_resize_pos_embed cxx226/DPF/model/models.py official repository ran · our draft was wrong no licence file found · pointer only · 58154d08d4b0040b · report
get_attention cxx226/DPF/model/models.py official repository ran · our draft was wrong no licence file found · pointer only · ce084f35333b37ef · report
get_readout_oper cxx226/DPF/model/models.py official repository ran · fixture could not drive it no licence file found · pointer only · a746082c2d6d6a83 · report
make_coord cxx226/DPF/model/models.py official repository ran · fixture could not drive it no licence file found · pointer only · 002a7e71085f0700 · report
DPT cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 5f7a361f552292c8 · report
DPTSegmentationModel cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 6f6bcca8de88d63d · report
IIF cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · f54b73ee44ac735c · report
_make_encoder cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 43ff8f65c054911f · report
_make_pretrained_vitb16_384 cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 2ebe40573dc5b710 · report
_make_pretrained_vitb_rn50_384 cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 40775ab50a5ff37c · report
_make_pretrained_vitl16_384 cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 67b2af734a30e8f9 · report
_make_vit_b_rn50_backbone cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 14876b0faafc7f1b · report
forward_flex cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · d72f855ae1d26ef9 · report
forward_vit cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 600bd8f6a7610e24 · report
make_edsr_baseline cxx226/DPF/model/models.py official repository unverified no licence file found · pointer only · 95e4de8d7758a36f · report
default_conv identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 7e1f7c581619b800 · report

Tasks

Intrinsic Image DecompositionPredictionScene ParsingScene UnderstandingSemantic Parsing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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