{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/code/asppmodule","entry":"_ASPPModule","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":7,"n_papers_ran":2,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":7,"n_samples_ran":2,"n_samples_fingerprinted":2,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":2,"unverified":5},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2204.02078","paper":"/paper/semi-supervised-semantic-segmentation-with-5","title":"Semi-supervised Semantic Segmentation with Error Localization Network","date":"2022-04-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kinux98/SSL_ELN","path":"modeling/ELN.py","file_url":"https://github.com/kinux98/SSL_ELN/blob/HEAD/modeling/ELN.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c0b15ac5445014f0","mcp_get_code":{"code_sha256":"c0b15ac5445014f0"}},{"arxiv_id":"2111.12341","paper":"/paper/evdistill-asynchronous-events-to-end-task-1","title":"EvDistill: Asynchronous Events to End-task Learning via Bidirectional Reconstruction-guided Cross-modal Knowledge Distillation","date":"2021-11-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"addisonwang2013/evdistill","path":"modeling/deeplab.py","file_url":"https://github.com/addisonwang2013/evdistill/blob/HEAD/modeling/deeplab.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"5e90ce39dc46a1c4","mcp_get_code":{"code_sha256":"5e90ce39dc46a1c4"}},{"arxiv_id":"2105.10886","paper":"/paper/vs-net-voting-with-segmentation-for-visual","title":"VS-Net: Voting with Segmentation for Visual Localization","date":"2021-05-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zju3dv/VS-Net","path":"models/vs_net.py","file_url":"https://github.com/zju3dv/VS-Net/blob/HEAD/models/vs_net.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"f3070bb2d0cc1f19","mcp_get_code":{"code_sha256":"f3070bb2d0cc1f19"}},{"arxiv_id":"2104.10386","paper":"/paper/guided-interactive-video-object-segmentation","title":"Guided Interactive Video Object Segmentation Using Reliability-Based Attention Maps","date":"2021-04-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yuk6heo/GIS-RAmap","path":"networks/network.py","file_url":"https://github.com/yuk6heo/GIS-RAmap/blob/HEAD/networks/network.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a7ff513da63125b9","mcp_get_code":{"code_sha256":"a7ff513da63125b9"}},{"arxiv_id":"2102.04604","paper":"/paper/swiftnet-real-time-video-object-segmentation","title":"SwiftNet: Real-time Video Object Segmentation","date":"2021-02-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"haochenheheda/SwiftNet","path":"swiftnet.py","file_url":"https://github.com/haochenheheda/SwiftNet/blob/HEAD/swiftnet.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"fe90660bd6d7efbf","mcp_get_code":{"code_sha256":"fe90660bd6d7efbf"}},{"arxiv_id":"1802.02611","paper":"/paper/encoder-decoder-with-atrous-separable","title":"Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation","date":"2018-02-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"giovanniguidi/deeplabV3-PyTorch","path":"models/deeplab.py","file_url":"https://github.com/giovanniguidi/deeplabV3-PyTorch/blob/HEAD/models/deeplab.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"350abbaf676488bc","mcp_get_code":{"code_sha256":"350abbaf676488bc"}},{"arxiv_id":"1606.00915","paper":"/paper/deeplab-semantic-image-segmentation-with-deep","title":"DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs","date":"2016-06-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zllrunning/deeplab-pytorch-crf","path":"libs/models/deeplabv2.py","file_url":"https://github.com/zllrunning/deeplab-pytorch-crf/blob/HEAD/libs/models/deeplabv2.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3d1880c02d075eba","mcp_get_code":{"code_sha256":"3d1880c02d075eba"}}]}