Papers › CEDNet: A Cascade Encoder-Decoder Network for Dense Prediction

CEDNet: A Cascade Encoder-Decoder Network for Dense Prediction

13 Feb 2023arXiv:2302.06052archive 2025-07-28

Gang Zhang, Ziyi Li, Chufeng Tang, Jianmin Li, Xiaolin Hu

Multi-scale features are essential for dense prediction tasks, such as object detection, instance segmentation, and semantic segmentation. The prevailing methods usually utilize a classification backbone to extract multi-scale features and then fuse these features using a lightweight module (e.g., the fusion module in FPN and BiFPN, two typical object detection methods). However, as these methods allocate most computational resources to the classification backbone, the multi-scale feature fusion in these methods is delayed, which may lead to inadequate feature fusion. While some methods perform feature fusion from early stages, they either fail to fully leverage high-level features to guide low-level feature learning or have complex structures, resulting in sub-optimal performance. We propose a streamlined cascade encoder-decoder network, dubbed CEDNet, tailored for dense \mbox{prediction} tasks. All stages in CEDNet share the same encoder-decoder structure and perform multi-scale feature fusion within the decoder. A hallmark of CEDNet is its ability to incorporate high-level features from early stages to guide low-level feature learning in subsequent stages, thereby enhancing the effectiveness of multi-scale feature fusion. We explored three well-known encoder-decoder structures: Hourglass, UNet, and FPN. When integrated into CEDNet, they performed much better than traditional methods that use a pre-designed classification backbone combined with a lightweight fusion module. Extensive experiments on object detection, instance segmentation, and semantic segmentation demonstrated the effectiveness of our method. The code is available at https://github.com/zhanggang001/CEDNet.

PaperPDFCodeCode 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="2302.06052")

Code

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

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

zhanggang001/cednet officialmentioned in papermentioned on GitHubpytorchMIT report
zhanggang001/cfnet officialmentioned in papermentioned on GitHubpytorchMIT 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

12 samples harvested; 5 ran; 0 honoured the contract we drafted; 7 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.

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

Licence: 12 of the 12 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

build_transform zhanggang001/cfnet/datasets.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 6a0317bfd6be9557 · report
get_num_layer_layer_wise zhanggang001/cfnet/ced-mmseg/mmcv_custom/layer_decay_optimizer_constructor.py official repository ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · aa8d49041d9f8442 · report
get_num_layer_stage_wise zhanggang001/cfnet/ced-mmseg/mmcv_custom/layer_decay_optimizer_constructor.py official repository ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · be134d6ef63b5192 · report
window_partition zhanggang001/cednet/models/cednet.py official repository ran · fixture could not drive it fingerprinted MIT recorded; this copy not marked cleared · pointer only · f9fd6241d935f07b · report
window_reverse zhanggang001/cednet/models/cednet.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · fb32094c6dbece71 · report
build_dataset zhanggang001/cfnet/datasets.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · fdbba1a8d4185180 · report
cosine_scheduler zhanggang001/cfnet/utils.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · b700fb0a3496b255 · report
get_num_layer_for_cednet zhanggang001/cfnet/ced-mmseg/mmcv_custom/layer_decay_optimizer_constructor.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 0c37b50f707d0abc · report
get_num_layer_for_convnext zhanggang001/cfnet/optim_factory.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 9791d3412f2d6823 · report
get_parameter_groups zhanggang001/cfnet/optim_factory.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 0ef0019514eaaa09 · report
ordered_yaml_dump zhanggang001/cfnet/ced-mmdet/.dev_scripts/gather_models.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 8ff99a6bd2ebf598 · report
process_checkpoint zhanggang001/cfnet/ced-mmdet/.dev_scripts/gather_models.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 138e112e22b0314e · report

Tasks

DecoderInstance SegmentationObject DetectionSegmentationSemantic Segmentationobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionBatch NormalizationBiFPNConvolutionDepthwise ConvolutionDepthwise Separable ConvolutionFPNPointwise ConvolutionReLU

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