Papers › CiT-Net: Convolutional Neural Networks Hand in Hand with Vision Transformers for...

CiT-Net: Convolutional Neural Networks Hand in Hand with Vision Transformers for Medical Image Segmentation

6 Jun 2023arXiv:2306.03373archive 2025-07-28

Tao Lei, Rui Sun, Xuan Wang, Yingbo Wang, Xi He, Asoke Nandi

The hybrid architecture of convolutional neural networks (CNNs) and Transformer are very popular for medical image segmentation. However, it suffers from two challenges. First, although a CNNs branch can capture the local image features using vanilla convolution, it cannot achieve adaptive feature learning. Second, although a Transformer branch can capture the global features, it ignores the channel and cross-dimensional self-attention, resulting in a low segmentation accuracy on complex-content images. To address these challenges, we propose a novel hybrid architecture of convolutional neural networks hand in hand with vision Transformers (CiT-Net) for medical image segmentation. Our network has two advantages. First, we design a dynamic deformable convolution and apply it to the CNNs branch, which overcomes the weak feature extraction ability due to fixed-size convolution kernels and the stiff design of sharing kernel parameters among different inputs. Second, we design a shifted-window adaptive complementary attention module and a compact convolutional projection. We apply them to the Transformer branch to learn the cross-dimensional long-term dependency for medical images. Experimental results show that our CiT-Net provides better medical image segmentation results than popular SOTA methods. Besides, our CiT-Net requires lower parameters and less computational costs and does not rely on pre-training. The code is publicly available at https://github.com/SR0920/CiT-Net.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 15 of 23 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 15 ran with no contract checked.

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

sr0920/cit-net 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

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

15ran
8unverified

Licence: 23 of the 23 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 SR0920/CiT-Net. “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.

CAM_Module SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · c345fab42ca67d10 · report
CHAM_Module SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · 5c3a95ab6ed19e0f · report
CWAM_Module SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · a9565c7ef75e0e9f · report
ConvMixer SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · b951b1094647a570 · report
ConvMixerLayer SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · 753d59f2e0507dd0 · report
FinalPatchExpand_X4 SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · 25e74885e2def7fc · report
GhostModule SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · cd9b486dc35ff193 · report
GhostModule_Up SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · 90013cc0ceeb8e50 · report
PAM_Module SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · 2b81e2b1de9244d7 · report
PatchEmbed SR0920/CiT-Net/CiT_Net_T.py official repository ran fingerprinted no licence file found · pointer only · 2457e5d340cb88b0 · report
PatchExpand SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · 4ab1981de6f77b04 · report
PatchMerging SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · fe9e67cb1896b8e5 · report
SConv2D SR0920/CiT-Net/CiT_Net_T.py official repository ran fingerprinted no licence file found · pointer only · 970ca6fd4c035a1b · report
_routing SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · eec7e5f15ad95b88 · report
oneXone_conv SR0920/CiT-Net/CiT_Net_T.py official repository ran no licence file found · pointer only · f5257d86bb26edfb · report
BasicLayer SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · dcbaeead298dfefc · report
BasicLayer_up SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · 347ef20e753bd3b3 · report
CIT SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · 84b776e72f07d7b8 · report
DDConv SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · a45044ebef18abb0 · report
SwinTransformerBlock SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · ebeefdcaf29af062 · report
WindowAttention_ACAM SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · 8cee107ef967f0d7 · report
conv_block_DDConv SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · 995e91e9e5c93130 · report
up_conv_DDConv SR0920/CiT-Net/CiT_Net_T.py official repository unverified no licence file found · pointer only · 119985f8168c76c3 · report

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEConvolutionDeformable ConvolutionDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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