{"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/mse-loss","entry":"mse_loss","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":73,"n_papers_ran":39,"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":61,"n_samples_ran":28,"n_samples_fingerprinted":17,"n_places":73,"n_places_pointer_only":22,"by_status":{"ran_honours":4,"ran_violates":1,"ran_draft_wrong":4,"ran_fixture":4,"ran":15,"unverified":33},"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":"2605.18364","paper":"/paper/arxiv-2605-18364","title":"Proximal basin hopping: global optimization with guarantees","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"apple/ml-scalefit","path":"src/scalefit/optim.py","file_url":"https://github.com/apple/ml-scalefit/blob/HEAD/src/scalefit/optim.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"cc38e9e3e8649735","mcp_get_code":{"code_sha256":"cc38e9e3e8649735"}},{"arxiv_id":"2605.07812","paper":"/paper/arxiv-2605-07812","title":"GRASP -Graph-Based Anomaly Detection Through Self-Supervised Classification","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"ubc-provenance/PIDSMaker","path":"pidsmaker/losses.py","file_url":"https://github.com/ubc-provenance/PIDSMaker/blob/HEAD/pidsmaker/losses.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"96ebabff045fe107","mcp_get_code":{"code_sha256":"96ebabff045fe107"}},{"arxiv_id":"2604.02520","paper":"/paper/arxiv-2604-02520","title":"Neural posterior estimation for scalable and accurate inverse parameter inference in Li-ion batteries","date":null,"month_inferred_from_arxiv_id":"2026-04","title_source":"syntology","repo":"NatLabRockies/BatFIT","path":"batfit/model/param_utils/losses.py","file_url":"https://github.com/NatLabRockies/BatFIT/blob/HEAD/batfit/model/param_utils/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"22a25d48c7b271f4","mcp_get_code":{"code_sha256":"22a25d48c7b271f4"}},{"arxiv_id":"2603.07276","paper":"/paper/arxiv-2603-07276","title":"Variational Flow Maps: Make Some Noise for One-Step Conditional Generation","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"abbasmammadov/VFM","path":"loss.py","file_url":"https://github.com/abbasmammadov/VFM/blob/HEAD/loss.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b766939802ffeabc","mcp_get_code":{"code_sha256":"b766939802ffeabc"}},{"arxiv_id":"2601.07440","paper":"/paper/arxiv-2601-07440","title":"Variational Autoencoder with Normalizing flow for X-ray spectral fitting","date":null,"month_inferred_from_arxiv_id":"2026-01","title_source":"syntology","repo":"fi-redmen/fspnet-var","path":"fspnetvar/main_VAE.py","file_url":"https://github.com/fi-redmen/fspnet-var/blob/HEAD/fspnetvar/main_VAE.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8159e31cf9e2b274","mcp_get_code":{"code_sha256":"8159e31cf9e2b274"}},{"arxiv_id":"2505.17004","paper":"/paper/guided-diffusion-sampling-on-function-spaces","title":"Guided Diffusion Sampling on Function Spaces with Applications to PDEs","date":"2025-05-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"neuraloperator/fundps","path":"generation/dps.py","file_url":"https://github.com/neuraloperator/fundps/blob/HEAD/generation/dps.py","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8be214b363325c85","mcp_get_code":{"code_sha256":"8be214b363325c85"}},{"arxiv_id":"2505.16363","paper":"/paper/adams-momentum-itself-can-be-a-normalizer-for","title":"AdamS: Momentum Itself Can Be A Normalizer for LLM Pretraining and Post-training","date":"2025-05-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pytorch/torchtitan","path":"torchtitan/components/loss.py","file_url":"https://github.com/pytorch/torchtitan/blob/HEAD/torchtitan/components/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"31353f5145945f23","mcp_get_code":{"code_sha256":"31353f5145945f23"}},{"arxiv_id":"2410.24206","paper":"/paper/understanding-optimization-in-deep-learning","title":"Understanding Optimization in Deep Learning with Central Flows","date":"2024-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"centralflows/centralflows","path":"src/loss_criterion.py","file_url":"https://github.com/centralflows/centralflows/blob/HEAD/src/loss_criterion.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0ef8c1200f922298","mcp_get_code":{"code_sha256":"0ef8c1200f922298"}},{"arxiv_id":"2410.23247","paper":"/paper/bit2bit-1-bit-quanta-video-reconstruction-via","title":"bit2bit: 1-bit quanta video reconstruction via self-supervised photon prediction","date":"2024-10-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lyehe/ssunet","path":"src/ssunet/losses.py","file_url":"https://github.com/lyehe/ssunet/blob/HEAD/src/ssunet/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"11c7c150ee19c19c","mcp_get_code":{"code_sha256":"11c7c150ee19c19c"}},{"arxiv_id":"2410.22388","paper":"/paper/et-flow-equivariant-flow-matching-for","title":"ET-Flow: Equivariant Flow-Matching for Molecular Conformer Generation","date":"2024-10-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"shenoynikhil/ETFlow","path":"etflow/models/loss.py","file_url":"https://github.com/shenoynikhil/ETFlow/blob/HEAD/etflow/models/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"0a1255a314f3751e","mcp_get_code":{"code_sha256":"0a1255a314f3751e"}},{"arxiv_id":"2410.01376","paper":"/paper/learning-physics-from-video-unsupervised","title":"Learning Physics From Video: Unsupervised Physical Parameter Estimation for Continuous Dynamical Systems","date":"2024-10-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alejandro-neuro/learning_physics_from_video","path":"src/loss_func.py","file_url":"https://github.com/alejandro-neuro/learning_physics_from_video/blob/HEAD/src/loss_func.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c4226f0238390646","mcp_get_code":{"code_sha256":"c4226f0238390646"}},{"arxiv_id":"2409.08282","paper":"/paper/lsr-igru-stock-trend-prediction-based-on-long","title":"LSR-IGRU: Stock Trend Prediction Based on Long Short-Term Relationships and Improved GRU","date":"2024-08-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zp1481616577/baselines_lsr-igru","path":"18_THGNN/5_model_train_predict.py","file_url":"https://github.com/zp1481616577/baselines_lsr-igru/blob/HEAD/18_THGNN/5_model_train_predict.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"34cb04f05ddddabd","mcp_get_code":{"code_sha256":"34cb04f05ddddabd"}},{"arxiv_id":"2407.21121","paper":"/paper/taming-the-frequency-factory-of-sinusoidal","title":"Taming the Frequency Factory of Sinusoidal Networks","date":"2024-07-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"DianaPat/TUNER","path":"train_siren.py","file_url":"https://github.com/DianaPat/TUNER/blob/HEAD/train_siren.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"53bcbe746d9d2821","mcp_get_code":{"code_sha256":"53bcbe746d9d2821"}},{"arxiv_id":"2406.18516","paper":"/paper/denoising-as-adaptation-noise-space-domain","title":"Denoising as Adaptation: Noise-Space Domain Adaptation for Image Restoration","date":"2024-06-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kangliao929/noise-da","path":"models/loss.py","file_url":"https://github.com/kangliao929/noise-da/blob/HEAD/models/loss.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"632959a67ae7fdac","mcp_get_code":{"code_sha256":"632959a67ae7fdac"}},{"arxiv_id":"2406.16708","paper":"/paper/causalformer-an-interpretable-transformer-for","title":"CausalFormer: An Interpretable Transformer for Temporal Causal Discovery","date":"2024-06-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lingbai-kong/causalformer","path":"model/loss.py","file_url":"https://github.com/lingbai-kong/causalformer/blob/HEAD/model/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"5c93bdc24368bfe7","mcp_get_code":{"code_sha256":"5c93bdc24368bfe7"}},{"arxiv_id":"2406.09405","paper":"/paper/why-warmup-the-learning-rate-underlying","title":"Why Warmup the Learning Rate? Underlying Mechanisms and Improvements","date":"2024-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"dayal-kalra/why-warmup","path":"vision/mechanisms/utils/loss_utils.py","file_url":"https://github.com/dayal-kalra/why-warmup/blob/HEAD/vision/mechanisms/utils/loss_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8294c2b79bb5a70f","mcp_get_code":{"code_sha256":"8294c2b79bb5a70f"}},{"arxiv_id":"2404.02973","paper":"/paper/scaling-laws-for-galaxy-images","title":"Scaling Laws for Galaxy Images","date":"2024-04-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":null,"inline_ok":false,"code_sha256_prefix":"fa6afbeecc62599a","mcp_get_code":{"code_sha256":"fa6afbeecc62599a"}},{"arxiv_id":"2404.01692","paper":"/paper/beyond-image-super-resolution-for-image","title":"Beyond Image Super-Resolution for Image Recognition with Task-Driven Perceptual Loss","date":"2024-04-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JaehaKim97/SR4IR","path":"src/losses/common.py","file_url":"https://github.com/JaehaKim97/SR4IR/blob/HEAD/src/losses/common.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"baa6a59b3b8fcaba","mcp_get_code":{"code_sha256":"baa6a59b3b8fcaba"}},{"arxiv_id":"2402.16897","paper":"/paper/reliable-conflictive-multi-view-learning","title":"Reliable Conflictive Multi-View Learning","date":"2024-02-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jiajunsi/RCML","path":"loss_function.py","file_url":"https://github.com/jiajunsi/RCML/blob/HEAD/loss_function.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0bdb94efd7bad456","mcp_get_code":{"code_sha256":"0bdb94efd7bad456"}},{"arxiv_id":"2312.12467","paper":"/paper/learning-flexible-body-collision-dynamics","title":"Learning Flexible Body Collision Dynamics with Hierarchical Contact Mesh Transformer","date":"2023-12-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"google-deepmind/deepmind-research","path":"galaxy_mergers/losses.py","file_url":"https://github.com/google-deepmind/deepmind-research/blob/HEAD/galaxy_mergers/losses.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"b914b7fa073cd865","mcp_get_code":{"code_sha256":"b914b7fa073cd865"}},{"arxiv_id":"2312.11121","paper":"/paper/multi-scale-reconstruction-of-turbulent","title":"Multi-scale Reconstruction of Turbulent Rotating Flows with Generative Diffusion Models","date":null,"month_inferred_from_arxiv_id":"2023-12","title_source":"archive","repo":"smartturb/palette-turb","path":"models/loss.py","file_url":"https://github.com/smartturb/palette-turb/blob/HEAD/models/loss.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"632959a67ae7fdac","mcp_get_code":{"code_sha256":"632959a67ae7fdac"}},{"arxiv_id":"2312.06550","paper":"/paper/llm360-towards-fully-transparent-open-source","title":"LLM360: Towards Fully Transparent Open-Source LLMs","date":"2023-12-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"llm360/analysis360","path":"analysis/unlearning/methods/utils.py","file_url":"https://github.com/llm360/analysis360/blob/HEAD/analysis/unlearning/methods/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"14dfcec18a4f05ab","mcp_get_code":{"code_sha256":"14dfcec18a4f05ab"}},{"arxiv_id":"2311.02258","paper":"/paper/learning-time-invariant-representations-for","title":"Learning Time-Invariant Representations for Individual Neurons from Population Dynamics","date":"2023-11-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lumimim/NeuPRINT","path":"loss_function.py","file_url":"https://github.com/lumimim/NeuPRINT/blob/HEAD/loss_function.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2e91a0aa058296be","mcp_get_code":{"code_sha256":"2e91a0aa058296be"}},{"arxiv_id":"2310.18953","paper":"/paper/tic-tac-a-framework-to-learn-and-evaluate","title":"TIC-TAC: A Framework for Improved Covariance Estimation in Deep Heteroscedastic Regression","date":"2023-10-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"vita-epfl/TIC-TAC","path":"HumanPose/code/loss.py","file_url":"https://github.com/vita-epfl/TIC-TAC/blob/HEAD/HumanPose/code/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"4231bb1842ed8fa0","mcp_get_code":{"code_sha256":"4231bb1842ed8fa0"}},{"arxiv_id":"2310.18688","paper":"/paper/clairvoyance-a-pipeline-toolkit-for-medical-1","title":"Clairvoyance: A Pipeline Toolkit for Medical Time Series","date":"2023-10-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"vanderschaarlab/clairvoyance","path":"utils/model_utils.py","file_url":"https://github.com/vanderschaarlab/clairvoyance/blob/HEAD/utils/model_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"5d4004d12c8a81ae","mcp_get_code":{"code_sha256":"5d4004d12c8a81ae"}},{"arxiv_id":"2310.08558","paper":"/paper/offline-retraining-for-online-rl-decoupled","title":"Offline Retraining for Online RL: Decoupled Policy Learning to Mitigate Exploration Bias","date":"2023-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MaxSobolMark/OOO","path":"OOO_for_calql/jax_utils.py","file_url":"https://github.com/MaxSobolMark/OOO/blob/HEAD/OOO_for_calql/jax_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"cc35af8b18b7dc58","mcp_get_code":{"code_sha256":"cc35af8b18b7dc58"}},{"arxiv_id":"2310.07492","paper":"/paper/boosting-black-box-attack-to-deep-neural","title":"Boosting Black-box Attack to Deep Neural Networks with Conditional Diffusion Models","date":"2023-10-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ryliu68/CDMA","path":"models/loss.py","file_url":"https://github.com/ryliu68/CDMA/blob/HEAD/models/loss.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"632959a67ae7fdac","mcp_get_code":{"code_sha256":"632959a67ae7fdac"}},{"arxiv_id":"2309.11425","paper":"/paper/galaxy-zoo-desi-detailed-morphology","title":"Galaxy Zoo DESI: Detailed Morphology Measurements for 8.7M Galaxies in the DESI Legacy Imaging Surveys","date":null,"month_inferred_from_arxiv_id":"2023-09","title_source":"archive","repo":null,"path":"","file_url":null,"status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":null,"inline_ok":false,"code_sha256_prefix":"fa6afbeecc62599a","mcp_get_code":{"code_sha256":"fa6afbeecc62599a"}},{"arxiv_id":"2309.10790","paper":null,"title":"arXiv:2309.10790","date":null,"month_inferred_from_arxiv_id":"2023-09","title_source":null,"repo":"csmile-1006/ARP","path":"arp_dt/ARPDT.py","file_url":"https://github.com/csmile-1006/ARP/blob/HEAD/arp_dt/ARPDT.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"cc35af8b18b7dc58","mcp_get_code":{"code_sha256":"cc35af8b18b7dc58"}},{"arxiv_id":"2308.10467","paper":"/paper/single-user-injection-for-invisible-shilling","title":"Single-User Injection for Invisible Shilling Attack against Recommender Systems","date":"2023-08-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kdegroup/sui-attack","path":"models/recommender/WMF.py","file_url":"https://github.com/kdegroup/sui-attack/blob/HEAD/models/recommender/WMF.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e69b19a3945839ac","mcp_get_code":{"code_sha256":"e69b19a3945839ac"}},{"arxiv_id":"2308.04417","paper":"/paper/diffcr-a-fast-conditional-diffusion-framework","title":"DiffCR: A Fast Conditional Diffusion Framework for Cloud Removal from Optical Satellite Images","date":"2023-08-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xavierjiezou/diffcr","path":"models/loss.py","file_url":"https://github.com/xavierjiezou/diffcr/blob/HEAD/models/loss.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"632959a67ae7fdac","mcp_get_code":{"code_sha256":"632959a67ae7fdac"}},{"arxiv_id":"2306.08269","paper":"/paper/highly-accurate-prediction-of-nmr-chemical","title":"Highly Accurate Prediction of NMR Chemical Shifts from Low-Level Quantum Mechanics Calculations Using Machine Learning","date":null,"month_inferred_from_arxiv_id":"2023-06","title_source":"archive","repo":"thglab/ishiftml","path":"scripts/active_learning/run_attention_aev.py","file_url":"https://github.com/thglab/ishiftml/blob/HEAD/scripts/active_learning/run_attention_aev.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"1452739b457d7e8f","mcp_get_code":{"code_sha256":"1452739b457d7e8f"}},{"arxiv_id":"2306.06546","paper":"/paper/high-fidelity-audio-compression-with-improved","title":"High-Fidelity Audio Compression with Improved RVQGAN","date":"2023-06-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"DBraun/DAC-JAX","path":"src/dac_jax/nn/quantize.py","file_url":"https://github.com/DBraun/DAC-JAX/blob/HEAD/src/dac_jax/nn/quantize.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"dff46a2b65e582bd","mcp_get_code":{"code_sha256":"dff46a2b65e582bd"}},{"arxiv_id":"2305.19980","paper":"/paper/a-unified-framework-for-machine-learning","title":"A unified framework for machine learning collective variables for enhanced sampling simulations: $\\texttt{mlcolvar}$","date":null,"month_inferred_from_arxiv_id":"2023-05","title_source":"archive","repo":"luigibonati/mlcolvar","path":"mlcolvar/core/loss/mse.py","file_url":"https://github.com/luigibonati/mlcolvar/blob/HEAD/mlcolvar/core/loss/mse.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d3dc6cad300a0ac1","mcp_get_code":{"code_sha256":"d3dc6cad300a0ac1"}},{"arxiv_id":"2305.13128","paper":"/paper/gsure-based-diffusion-model-training-with","title":"GSURE-Based Diffusion Model Training with Corrupted Data","date":"2023-05-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bahjat-kawar/gsure-diffusion","path":"generate.py","file_url":"https://github.com/bahjat-kawar/gsure-diffusion/blob/HEAD/generate.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"632959a67ae7fdac","mcp_get_code":{"code_sha256":"632959a67ae7fdac"}},{"arxiv_id":"2304.03420","paper":"/paper/toward-unsupervised-3d-point-cloud-anomaly","title":"Toward Unsupervised 3D Point Cloud Anomaly Detection using Variational Autoencoder","date":"2023-04-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"llien30/point_cloud_anomaly_detection","path":"libs/loss.py","file_url":"https://github.com/llien30/point_cloud_anomaly_detection/blob/HEAD/libs/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3ea6f5d1d3d84bb4","mcp_get_code":{"code_sha256":"3ea6f5d1d3d84bb4"}},{"arxiv_id":"2302.12250","paper":"/paper/phase-diagram-of-training-dynamics-in-deep","title":"Phase diagram of early training dynamics in deep neural networks: effect of the learning rate, depth, and width","date":"2023-02-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"dayal-kalra/early-training","path":"train_mse_utils.py","file_url":"https://github.com/dayal-kalra/early-training/blob/HEAD/train_mse_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6ba7e3ed6f5edd4c","mcp_get_code":{"code_sha256":"6ba7e3ed6f5edd4c"}},{"arxiv_id":"2302.08899","paper":"/paper/qarv-quantization-aware-resnet-vae-for-lossy","title":"QARV: Quantization-Aware ResNet VAE for Lossy Image Compression","date":"2023-02-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"duanzhiihao/lossy-vae","path":"lvae/models/qarv/model.py","file_url":"https://github.com/duanzhiihao/lossy-vae/blob/HEAD/lvae/models/qarv/model.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"32c3bf121730c812","mcp_get_code":{"code_sha256":"32c3bf121730c812"}},{"arxiv_id":"2302.02738","paper":"/paper/increase-inductive-graph-representation","title":"INCREASE: Inductive Graph Representation Learning for Spatio-Temporal Kriging","date":"2023-02-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Aminsheykh98/INCREASE-pytorch","path":"utils.py","file_url":"https://github.com/Aminsheykh98/INCREASE-pytorch/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Unlicense","inline_ok":true,"code_sha256_prefix":"f78a0512400bee8b","mcp_get_code":{"code_sha256":"f78a0512400bee8b"}},{"arxiv_id":"2212.00309","paper":"/paper/differentially-private-adaptive-optimization","title":"Differentially Private Adaptive Optimization with Delayed Preconditioners","date":"2022-12-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kenziyuliu/dp2","path":"trainers/dp2_adagrad.py","file_url":"https://github.com/kenziyuliu/dp2/blob/HEAD/trainers/dp2_adagrad.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"f320dea1d5541ada","mcp_get_code":{"code_sha256":"f320dea1d5541ada"}},{"arxiv_id":"2211.00269","paper":"/paper/adversarial-training-with-complementary","title":"Adversarial Training with Complementary Labels: On the Benefit of Gradually Informative Attacks","date":"2022-11-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"royalskye/atcl","path":"utils_mcl_loss.py","file_url":"https://github.com/royalskye/atcl/blob/HEAD/utils_mcl_loss.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8fe8574aa87205c2","mcp_get_code":{"code_sha256":"8fe8574aa87205c2"}},{"arxiv_id":"2210.13431","paper":"/paper/instruction-following-agents-with-jointly-pre","title":"Instruction-Following Agents with Multimodal Transformer","date":"2022-10-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lhao499/instructrl","path":"instructrl/model.py","file_url":"https://github.com/lhao499/instructrl/blob/HEAD/instructrl/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"cc35af8b18b7dc58","mcp_get_code":{"code_sha256":"cc35af8b18b7dc58"}},{"arxiv_id":"2210.07484","paper":"/paper/mutual-information-regularized-offline-1","title":"Mutual Information Regularized Offline Reinforcement Learning","date":"2022-10-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sail-sg/MISA","path":"utilities/jax_utils.py","file_url":"https://github.com/sail-sg/MISA/blob/HEAD/utilities/jax_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"cc35af8b18b7dc58","mcp_get_code":{"code_sha256":"cc35af8b18b7dc58"}},{"arxiv_id":"2206.02629","paper":"/paper/backpropagation-at-the-infinitesimal","title":"Backpropagation at the Infinitesimal Inference Limit of Energy-Based Models: Unifying Predictive Coding, Equilibrium Propagation, and Contrastive Hebbian Learning","date":"2022-05-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"BerenMillidge/infinitesimal_inference_limit","path":"utils.py","file_url":"https://github.com/BerenMillidge/infinitesimal_inference_limit/blob/HEAD/utils.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ebe0a5b3f1d6acea","mcp_get_code":{"code_sha256":"ebe0a5b3f1d6acea"}},{"arxiv_id":"2205.13671","paper":"/paper/transformer-for-partial-differential","title":"Transformer for Partial Differential Equations' Operator Learning","date":"2022-05-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"BaratiLab/OFormer","path":"BVP/train_magneto.py","file_url":"https://github.com/BaratiLab/OFormer/blob/HEAD/BVP/train_magneto.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4762fef4996d2a13","mcp_get_code":{"code_sha256":"4762fef4996d2a13"}},{"arxiv_id":"2112.05848","paper":"/paper/deep-q-network-with-proximal-iteration-1","title":"Faster Deep Reinforcement Learning with Slower Online Network","date":"2021-12-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"amazon-research/fast-rl-with-slow-updates","path":"dopamine/jax/losses.py","file_url":"https://github.com/amazon-research/fast-rl-with-slow-updates/blob/HEAD/dopamine/jax/losses.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":"1c9e08f4b6f3cca7","mcp_get_code":{"code_sha256":"1c9e08f4b6f3cca7"}},{"arxiv_id":"2111.06628","paper":"/paper/learning-to-break-deep-perceptual-hashing-the","title":"Learning to Break Deep Perceptual Hashing: The Use Case NeuralHash","date":"2021-11-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ml-research/Learning-to-Break-Deep-Perceptual-Hashing","path":"losses/mse_loss.py","file_url":"https://github.com/ml-research/Learning-to-Break-Deep-Perceptual-Hashing/blob/HEAD/losses/mse_loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"74e2bf38733ce1eb","mcp_get_code":{"code_sha256":"74e2bf38733ce1eb"}},{"arxiv_id":"2110.12735","paper":"/paper/practical-galaxy-morphology-tools-from-deep","title":"Practical Galaxy Morphology Tools from Deep Supervised Representation Learning","date":"2021-10-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":null,"inline_ok":false,"code_sha256_prefix":"fa6afbeecc62599a","mcp_get_code":{"code_sha256":"fa6afbeecc62599a"}},{"arxiv_id":"2109.15025","paper":"/paper/3d-pose-transfer-with-correspondence-learning","title":"3D Pose Transfer with Correspondence Learning and Mesh Refinement","date":"2021-09-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chaoyuesong/3d-corenet","path":"util/util.py","file_url":"https://github.com/chaoyuesong/3d-corenet/blob/HEAD/util/util.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"14bc9ece05320ff9","mcp_get_code":{"code_sha256":"14bc9ece05320ff9"}},{"arxiv_id":"2109.13821","paper":"/paper/diffusion-based-voice-conversion-with-fast","title":"Diffusion-Based Voice Conversion with Fast Maximum Likelihood Sampling Scheme","date":"2021-09-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"trinhtuanvubk/diff-vc","path":"model/utils.py","file_url":"https://github.com/trinhtuanvubk/diff-vc/blob/HEAD/model/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"code_sha256_prefix":"e34c9a8aed8fe01a","mcp_get_code":{"code_sha256":"e34c9a8aed8fe01a"}},{"arxiv_id":"2106.06770","paper":"/paper/what-can-linearized-neural-networks-actually","title":"What can linearized neural networks actually say about generalization?","date":"2021-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gortizji/linearized-networks","path":"utils/loss.py","file_url":"https://github.com/gortizji/linearized-networks/blob/HEAD/utils/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"82c402b4b47c433b","mcp_get_code":{"code_sha256":"82c402b4b47c433b"}},{"arxiv_id":"2104.06394","paper":"/paper/all-you-need-are-a-few-pixels-semantic","title":"All you need are a few pixels: semantic segmentation with PixelPick","date":"2021-04-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yazdaniamir38/madbal","path":"utils/losses.py","file_url":"https://github.com/yazdaniamir38/madbal/blob/HEAD/utils/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b68a8578f8b27ceb","mcp_get_code":{"code_sha256":"b68a8578f8b27ceb"}},{"arxiv_id":"2103.07085","paper":"/paper/wireframe-based-ui-design-search-through","title":"Wireframe-Based UI Design Search Through Image Autoencoder","date":null,"month_inferred_from_arxiv_id":"2021-03","title_source":"archive","repo":"chenjshnn/WAE","path":"code/Model_AE2.py","file_url":"https://github.com/chenjshnn/WAE/blob/HEAD/code/Model_AE2.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"cbaa9dedaf86a048","mcp_get_code":{"code_sha256":"cbaa9dedaf86a048"}},{"arxiv_id":"2102.08414","paper":"/paper/galaxy-zoo-decals-detailed-visual-morphology","title":"Galaxy Zoo DECaLS: Detailed Visual Morphology Measurements from Volunteers and Deep Learning for 314,000 Galaxies","date":"2021-02-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mwalmsley/zoobot","path":"zoobot/pytorch/training/finetune.py","file_url":"https://github.com/mwalmsley/zoobot/blob/HEAD/zoobot/pytorch/training/finetune.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"fa6afbeecc62599a","mcp_get_code":{"code_sha256":"fa6afbeecc62599a"}},{"arxiv_id":"2009.11407","paper":"/paper/steering-a-historical-disease-forecasting","title":"Steering a Historical Disease Forecasting Model Under a Pandemic: Case of Flu and COVID-19","date":"2020-09-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AdityaLab/CALI-Net","path":"EpiDeepCN.py","file_url":"https://github.com/AdityaLab/CALI-Net/blob/HEAD/EpiDeepCN.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a9112f31ad8528f2","mcp_get_code":{"code_sha256":"a9112f31ad8528f2"}},{"arxiv_id":"2006.13265","paper":"/paper/anomaly-detection-with-deep-perceptual","title":"Anomaly Detection in Medical Imaging with Deep Perceptual Autoencoders","date":"2020-06-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ninatu/anomaly_detection","path":"anomaly_detection/dpa/losses.py","file_url":"https://github.com/ninatu/anomaly_detection/blob/HEAD/anomaly_detection/dpa/losses.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":"0c6060d9692f443f","mcp_get_code":{"code_sha256":"0c6060d9692f443f"}},{"arxiv_id":"2006.04779","paper":"/paper/conservative-q-learning-for-offline","title":"Conservative Q-Learning for Offline Reinforcement Learning","date":"2020-06-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"young-geng/jaxcql","path":"JaxCQL/jax_utils.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/jax_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"cc35af8b18b7dc58","mcp_get_code":{"code_sha256":"cc35af8b18b7dc58"}},{"arxiv_id":"2005.00953","paper":"/paper/deep-generative-adversarial-residual","title":"Deep Generative Adversarial Residual Convolutional Networks for Real-World Super-Resolution","date":"2020-05-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"RaoUmer/SRResCGAN","path":"training_codes/modules/l2proj.py","file_url":"https://github.com/RaoUmer/SRResCGAN/blob/HEAD/training_codes/modules/l2proj.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b796a109116d0d4e","mcp_get_code":{"code_sha256":"b796a109116d0d4e"}},{"arxiv_id":"2004.10710","paper":"/paper/deeply-uncertain-comparing-methods-of","title":"Deeply Uncertain: Comparing Methods of Uncertainty Quantification in Deep Learning Algorithms","date":"2020-04-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"deepskies/DeeplyUncertain-Public","path":"models/cd.py","file_url":"https://github.com/deepskies/DeeplyUncertain-Public/blob/HEAD/models/cd.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":"2096dc49ec86fdfc","mcp_get_code":{"code_sha256":"2096dc49ec86fdfc"}},{"arxiv_id":"1908.03971","paper":"/paper/taper-time-aware-patient-ehr-representation","title":"TAPER: Time-Aware Patient EHR Representation","date":"2019-08-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sajaddarabi/TAPER","path":"model/loss.py","file_url":"https://github.com/sajaddarabi/TAPER/blob/HEAD/model/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"523c0753413864a2","mcp_get_code":{"code_sha256":"523c0753413864a2"}},{"arxiv_id":"1906.08230","paper":"/paper/evaluating-protein-transfer-learning-with","title":"Evaluating Protein Transfer Learning with TAPE","date":"2019-06-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"googleinterns/protein-embedding-retrieval","path":"contextual_lenses/loss_fns.py","file_url":"https://github.com/googleinterns/protein-embedding-retrieval/blob/HEAD/contextual_lenses/loss_fns.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":"eafa5a8ead83133c","mcp_get_code":{"code_sha256":"eafa5a8ead83133c"}},{"arxiv_id":"1904.09406","paper":"/paper/190409406","title":"DeepMoD: Deep learning for Model Discovery in noisy data","date":"2019-04-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"PhIMaL/DeePyMoD_torch","path":"src/deepymod_torch/losses.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f0384fcc975040e9","mcp_get_code":{"code_sha256":"f0384fcc975040e9"}},{"arxiv_id":"1901.06033","paper":"/paper/hierarchical-representations-with-poincare","title":"Continuous Hierarchical Representations with Poincaré Variational Auto-Encoders","date":"2019-01-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"omiethescientist/HyperbolicDeepLearning","path":"HVAE/Loss.py","file_url":"https://github.com/omiethescientist/HyperbolicDeepLearning/blob/HEAD/HVAE/Loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"09149c204a657b8c","mcp_get_code":{"code_sha256":"09149c204a657b8c"}},{"arxiv_id":"1810.02309","paper":"/paper/learning-compressed-transforms-with-low","title":"Learning Compressed Transforms with Low Displacement Rank","date":"2018-10-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"HazyResearch/structured-nets","path":"pytorch/utils.py","file_url":"https://github.com/HazyResearch/structured-nets/blob/HEAD/pytorch/utils.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":"77458eee7fb25de2","mcp_get_code":{"code_sha256":"77458eee7fb25de2"}},{"arxiv_id":"1807.06403","paper":"/paper/iterative-residual-network-for-deep-joint","title":"Iterative Joint Image Demosaicking and Denoising using a Residual Denoising Network","date":"2018-07-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cig-skoltech/deep_demosaick","path":"l2proj.py","file_url":"https://github.com/cig-skoltech/deep_demosaick/blob/HEAD/l2proj.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b796a109116d0d4e","mcp_get_code":{"code_sha256":"b796a109116d0d4e"}},{"arxiv_id":"1804.10469","paper":"/paper/disentangling-factors-of-variation-with-cycle","title":"Disentangling Factors of Variation with Cycle-Consistent Variational Auto-Encoders","date":"2018-04-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ananyahjha93/challenges-in-disentangling","path":"utils.py","file_url":"https://github.com/ananyahjha93/challenges-in-disentangling/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"59048fa620bc0bfb","mcp_get_code":{"code_sha256":"59048fa620bc0bfb"}},{"arxiv_id":"1711.05225","paper":"/paper/chexnet-radiologist-level-pneumonia-detection","title":"CheXNet: Radiologist-Level Pneumonia Detection on Chest X-Rays with Deep Learning","date":"2017-11-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"SenWu/emmental-tutorials","path":"glue/glue_tasks.py","file_url":"https://github.com/SenWu/emmental-tutorials/blob/HEAD/glue/glue_tasks.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"7807bb921c12897c","mcp_get_code":{"code_sha256":"7807bb921c12897c"}},{"arxiv_id":"1711.00937","paper":"/paper/neural-discrete-representation-learning","title":"Neural Discrete Representation Learning","date":"2017-11-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yjlolo/vae-audio","path":"model/loss.py","file_url":"https://github.com/yjlolo/vae-audio/blob/HEAD/model/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3b8e8d5673b757b1","mcp_get_code":{"code_sha256":"3b8e8d5673b757b1"}},{"arxiv_id":"1605.03795","paper":"/paper/exponential-machines","title":"Exponential Machines","date":"2016-05-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Bihaqo/exp-machines","path":"src/objectives/mse.py","file_url":"https://github.com/Bihaqo/exp-machines/blob/HEAD/src/objectives/mse.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"0d600fb27ccb9e14","mcp_get_code":{"code_sha256":"0d600fb27ccb9e14"}},{"arxiv_id":"1509.02971","paper":"/paper/continuous-control-with-deep-reinforcement","title":"Continuous control with deep reinforcement learning","date":"2015-09-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Souphis/mobile_robot_rl","path":"mobile_robot_rl/agents/sac.py","file_url":"https://github.com/Souphis/mobile_robot_rl/blob/HEAD/mobile_robot_rl/agents/sac.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d08ac0b87604485e","mcp_get_code":{"code_sha256":"d08ac0b87604485e"}},{"arxiv_id":"openreview_giCCyIbMHc","paper":null,"title":"arXiv:openreview_giCCyIbMHc","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"xxyufeng/Stability-and-Generalization-of-ASGD","path":"dataset_and_model.py","file_url":"https://github.com/xxyufeng/Stability-and-Generalization-of-ASGD/blob/HEAD/dataset_and_model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1f5a24b050fc82ed","mcp_get_code":{"code_sha256":"1f5a24b050fc82ed"}},{"arxiv_id":"aaai_25883","paper":null,"title":"arXiv:aaai_25883","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"alcorreia/cm-tpm","path":"utils/losses.py","file_url":"https://github.com/alcorreia/cm-tpm/blob/HEAD/utils/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ed0355cbef5410f6","mcp_get_code":{"code_sha256":"ed0355cbef5410f6"}},{"arxiv_id":"Chen_MagicNet_Semi-Supervised_Multi-Organ_Segmentation_via_Magic-Cube_Partition_and_Recovery_CVPR_2023_paper","paper":null,"title":"arXiv:Chen_MagicNet_Semi-Supervised_Multi-Organ_Segmentation_via_Magic-Cube_Partition_and_Recovery_CVPR_2023_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"DeepMed-Lab-ECNU/MagicNet","path":"code/utils/losses.py","file_url":"https://github.com/DeepMed-Lab-ECNU/MagicNet/blob/HEAD/code/utils/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3075d27cf309faa5","mcp_get_code":{"code_sha256":"3075d27cf309faa5"}}]}