Home › Code › load_image

load_image

Syntologyentry name in harvested coderead from the graph 2026-09-24

load_image appears in the code Syntology harvested for 273 papers, as 185 distinct code bodies found in 300 places (a place is one code body under one paper). At least one of them ran in 152 of the papers; 2 of the code bodies carry a behaviour fingerprint.

What this page is not. Routines are grouped here by the exact string of their function or class name. Nothing asserts that two samples named load_image do the same thing, share code, or are comparable; the name is a string, not an identity. Behaviour outputs (what a fingerprinted sample returned on the shared battery) are not in this export and are not shown here; the graph at syntology.ai holds them. "Ran" means executed on a synthesized fixture, not that the code is correct or reproduces a paper.

Samples Syntology

Syntology ran 61 of the 185 distinct code bodies named load_image; 124 are unverified. One tile per status, in the site's fixed vocabulary, each code body counted once:

13ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
44ran
124unverified
2fingerprinted

Licence is a property of each copy, so it is counted per place: 88 of the 300 places are pointer only (Syntology does not serve that copy's text). This site shows no code text for any sample; every row below links to the file in its repository where the record names one.

“Ran” means the sample executed on a synthesized input; it does not mean the output is correct. “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, and those samples did run. The ran count above is every status except unverified, the same rule as each paper page.

Papers

100 papers shown of 273 (newest first; the JSON twin carries all 300 places); 105 places in the table. A paper with no recorded date is placed by the month its arXiv id encodes, shown in the Date column as YYYY-MM (from id). One row per place: a paper whose repository defines the name more than once appears more than once, and the same code body held for several papers appears once under each, with the same status. Titles and dates are the archive's archive 2025-07-28 for papers in the archive, and the graph's for 23 papers added by Syntology; 22 papers have no page here and are shown by arXiv id only. Status and fingerprint are Syntology's record of each code body; licence is recorded for each place. The File cell ends with the code body's 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.

PaperDateFileStatus SyntologyLicence
Option-Aware Retrieval and Task-Specific VLM Adaptation for Medical VQA added by Syntology 2026-09 (from id) Kirscher/MedReason2026/docker/medreason/medreason_docker/image_utils.py afde8459b77c7f89 unverified Apache-2.0 (permissive)
Beyond Language Priors: Diagnosing and Fixing Visual-Origin Hallucinations in Multimodal LLM added by Syntology 2026-09 (from id) zxp555/ACFT_MM26/ACFT/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
VeriCam: A Verification Baseline for the Classification of Unknown Data added by Syntology 2026-08 (from id) lmlwojcik/VeriCam/dataset.py 48083a980ae78bff unverified no licence file found · pointer only
CapFrame: Text-Instructed Viewpoint Grounding in 3D Gaussian Scenes via Geometric Pseudo Labels added by Syntology 2026-08 (from id) jirongli/CapFrame/GroundedSAM/utils.py b56228a2996fc54d unverified no licence file found · pointer only
Restoring Without Forgetting: Continual Learning Across Image Degradations added by Syntology 2026-08 (from id) AlifAshrafee/Restoring-Without-Forgetting/generate_degradation_domains.py f7f4aca3a2748f50 ran no licence file found · pointer only
METACASTER: Meta-Harness-Optimized Agent for End-to-End Few-Shot Learning of Lightweight Time Series Forecasters added by Syntology 2026-08 (from id) D2I-Group/metacaster/generation/core/image.py b97d9d7f7ba478a2 ran MIT (permissive)
DIVE: Dynamic Iterative Visual Evidence Construction for Efficient Vision-Language Models added by Syntology 2026-08 (from id) Zhong-Chenchen/DIVE/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
MLLM-DataEngine: Closing the Loop of Multimodal Instruction Tuning Data Generation added by Syntology 2026-07 (from id) opendatalab/MLLM-DataEngine/LLaVA/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Toward Efficient Weakly Supervised Semantic Segmentation Using Only Low-Magnification Histopathological Images added by Syntology 2026-07 (from id) Dung-Dx/LowMagWSS/dataset/similarity.py 39b622b983cc9988 ran no licence file found · pointer only
WIDER-FAIR: An Annotated Version of the WIDER-FACE Dataset for Fairness Evaluation added by Syntology 2026-06 (from id) bronval/Wider-Fair-Dataset/utility.py 794cae0f6e224cfd unverified no licence file found · pointer only
Why Struggle with Continuous Latents? Interpretable Discrete Latent Reasoning via Rendered Compression added by Syntology 2026-06 (from id) Miraclecsc/Discrete-Latent-Reasoning/deepseek_codebook/hf_code/modeling_deepseekocr2.py 423c3753d415a8e4 ran fingerprinted no licence file found · pointer only
Fine-tuning Multi-modal LLMs with ART: Art-based Reinforcement Training added by Syntology 2026-06 (from id) jinymusim/ART/src/reasoning_with_art/modalities/image.py d20c26a8c4fd692e ran BSD-3-Clause (permissive)
DetectZoo: A Unified Toolkit for AI-Generated Content Detection Across Text, Audio, and Image Modalities added by Syntology 2026-06 (from id) sadjadeb/DetectZoo/detectzoo/utils/io.py 9c709b6283fcf51d ran no licence file found · pointer only
Sample Complexity and Decision-Theoretic Guarantees for Bayesian Model Averaging over Decision Trees with Catalan-Exponential Priors added by Syntology 2026-06 (from id) vitsch/jbdt/benchmark.py 5056279c0594a577 unverified no licence file found · pointer only
Lowering the Barrier to IREX Participation: Open-Source Algorithms, Toolkit, and Benchmarking for Iris Recognition added by Syntology 2026-05 (from id) CVRL/PBM/pipeline_from_file.py ca8626ab1e67ccbc ran BSD-2-Clause (permissive)
Beyond SFT-to-RL: Pre-alignment via Black-Box On-Policy Distillation for Multimodal RL added by Syntology 2026-04 (from id) XIAO4579/PRISM/moe/dense_model/train_dense_vl_warmup.py c6e48cbf2dfb014e ran MIT (permissive)
Doc-V * : Coarse-to-Fine Interactive Visual Reasoning for Multi-Page Document VQA added by Syntology 2026-04 (from id) SeerRay-Lab/Doc-V/preprocess/utils.py a27b1f74c7ce9098 unverified no licence file found · pointer only
ReGuLaR: Variational Latent Reasoning Guided by Rendered Chain-of-Thought added by Syntology 2026-01 (from id) FanmengWang/ReGuLaR/models/modeling_deepseekocr.py 423c3753d415a8e4 ran fingerprinted GPL-3.0 (copyleft) · pointer only
DrivIng: A Large-Scale Multimodal Driving Dataset with Full Digital Twin Integration added by Syntology 2026-01 (from id) cvims/DrivIng/dataset_scripts/driving_dataset_scripts/utils/camera.py 3e70a3cdabf7d1aa unverified MIT (permissive)
Evaluating the Diagnostic Classification Ability of Multimodal Large Language Models: Insights from the Osteoarthritis Initiative added by Syntology 2026-01 (from id) wanglihx/LLaVA-OA/3-clip/clipeval.py 0278560e77c337d0 unverified no licence file found · pointer only
COIDO: Efficient Data Selection for Visual Instruction Tuning via Coupled Importance-Diversity Optimization added by Syntology 2025-10 (from id) SuDIS-ZJU/CoIDO/LLaVA/predict.py 9b3c1cb391672ccb ran · honoured contract AGPL-3.0 (copyleft) · pointer only
Backdooring Self-Supervised Contrastive Learning by Noisy Alignment added by Syntology 2025-08 (from id) jsrdcht/Noisy-Alignment/utils.py c980c2e1f3ce7934 ran · honoured contract MIT (permissive)
Boosting Visual Knowledge-Intensive Training for LVLMs Through Causality-Driven Visual Object Completion added by Syntology 2025-08 (from id) XMUDeepLIT/CVC/cvc/data_preparation/2-1_detect_bbox.py 66fb37b2a799a88f unverified no licence file found · pointer only
arXiv:2507.17539 2025-07 (from id) MeteorElf/FundusExpert/src/quick_start.py c437f8b86ada6dd7 unverified Apache-2.0 (permissive)
arXiv:2507.15504 2025-07 (from id) PKU-YuanGroup/Video-LLaVA/videollava/eval/run_llava.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Mitigating Object Hallucinations via Sentence-Level Early Intervention 16 Jul 2025 pspdada/SENTINEL/llava/utils.py ad5386da0ca6f185 unverified Apache-2.0 (permissive)
MIND: A Multi-agent Framework for Zero-shot Harmful Meme Detection 9 Jul 2025 destroy-lonely/MIND/utils/run_llava.py c3f598653081f0e8 unverified MIT (permissive)
arXiv:2507.04976 2025-07 (from id) EsYoon7/UVQA/llava/mm_utils.py 423add5cb47d99b3 unverified no licence file found · pointer only
arXiv:2506.18434 2025-06 (from id) fruffini/PEFT_Prognosis/src/utils/utils_datasets.py d82a0e80636120dc unverified no licence file found · pointer only
Draw ALL Your Imagine: A Holistic Benchmark and Agent Framework for Complex Instruction-based Image Generation 30 May 2025 yczhou001/longbench-t2i/utils/evaluator.py 8ff2516a7846c307 unverified MIT (permissive)
Understand, Think, and Answer: Advancing Visual Reasoning with Large Multimodal Models 27 May 2025 jefferyzhan/griffon/griffon/eval/model_vqa_qbench.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Causal-LLaVA: Causal Disentanglement for Mitigating Hallucination in Multimodal Large Language Models 26 May 2025 ignisavium/causal-llava/confounders/get_projector_confounders.py aa077d1ca4abcd21 ran · honoured contract MIT (permissive)
CoreMatching: A Co-adaptive Sparse Inference Framework with Token and Neuron Pruning for Comprehensive Acceleration of Vision-Language Models 25 May 2025 wangqinsi1/2025-ICML-CoreMatching/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
CoreMatching: A Co-adaptive Sparse Inference Framework with Token and Neuron Pruning for Comprehensive Acceleration of Vision-Language Models 25 May 2025 wangqinsi1/2025-ICML-CoreMatching/inference.py 522afabbcdf0f218 unverified Apache-2.0 (permissive)
Test-Time Adaptation with Binary Feedback 24 May 2025 taeckyung/BiTTA/data_loader/DOMAINNET126Dataset.py d41e65573feeba36 ran · honoured contract MIT (permissive)
ComfyMind: Toward General-Purpose Generation via Tree-Based Planning and Reactive Feedback 23 May 2025 EnVision-Research/ComfyMind/script/evaluation.py 50b302b35ddbddda ran · our draft was wrong MIT (permissive)
Unlearning Sensitive Information in Multimodal LLMs: Benchmark and Attack-Defense Evaluation 1 May 2025 vaidehi99/unlok-vqa/LLaVA/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
OpenDriveVLA: Towards End-to-end Autonomous Driving with Large Vision Language Action Model 30 Mar 2025 DriveVLA/OpenDriveVLA/drivevla/inference_drivevla.py c8e18ac13ca83574 unverified Apache-2.0 (permissive)
Rethinking Vision-Language Model in Face Forensics: Multi-Modal Interpretable Forged Face Detector 26 Mar 2025 chelsea234/m2f2_det/llava/serve/cli_DDVQA_det.py bb945d226af806a7 ran MIT (permissive)
Scaling Vision Pre-Training to 4K Resolution 25 Mar 2025 efficient-large-model/vila/server.py 1c69e761fdf05a26 unverified Apache-2.0 (permissive)
RewardSDS: Aligning Score Distillation via Reward-Weighted Sampling 12 Mar 2025 itaychachy/RewardSDS/evaluation/aesthetic_eval.py 68fcd95a9ed32977 unverified MIT (permissive)
RewardSDS: Aligning Score Distillation via Reward-Weighted Sampling 12 Mar 2025 itaychachy/RewardSDS/evaluation/clip_eval.py b3be8306c7ad6d6d unverified MIT (permissive)
h-Edit: Effective and Flexible Diffusion-Based Editing via Doob's h-Transform 4 Mar 2025 nktoan/h-edit/text-guided/main_masactrl.py 79d9960693d3111d unverified Apache-2.0 (permissive)
On the Trustworthiness of Generative Foundation Models: Guideline, Assessment, and Perspective 2025-02 (from id) thuccslab/figstep/src/generate_prompts.py e7c7ccd22930b32c unverified MIT (permissive)
Stop Looking for Important Tokens in Multimodal Language Models: Duplication Matters More 17 Feb 2025 zichenwen1/dart/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
EVEv2: Improved Baselines for Encoder-Free Vision-Language Models 10 Feb 2025 baaivision/EVE/EVEv1/eve/eval/model_vqa_qbench.py bbe3f02e93e14ae0 ran MIT (permissive)
The Hidden Life of Tokens: Reducing Hallucination of Large Vision-Language Models via Visual Information Steering 5 Feb 2025 LzVv123456/VISTA/mmhal_eval.py aa84cc45b40e5710 unverified MIT (permissive)
Ingredients: Blending Custom Photos with Video Diffusion Transformers 3 Jan 2025 feizc/ingredients/metric/face_sim_fid.py 18703ab999a62c3e unverified Apache-2.0 (permissive)
Attentive Eraser: Unleashing Diffusion Model's Object Removal Potential via Self-Attention Redirection Guidance 17 Dec 2024 anonym0u3/attentiveeraser/evaluation/lpips_score.py e6809c12159dbf7b unverified Apache-2.0 (permissive)
LLaVA Steering: Visual Instruction Tuning with 500x Fewer Parameters through Modality Linear Representation-Steering 16 Dec 2024 bibisbar/LLaVA-Steering/tinyllava/eval/run_tiny_llava.py 4552e857b0cf7ef7 unverified Apache-2.0 (permissive)
DriveMM: All-in-One Large Multimodal Model for Autonomous Driving 10 Dec 2024 zhijian11/DriveMM/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
ProVision: Programmatically Scaling Vision-centric Instruction Data for Multimodal Language Models 9 Dec 2024 jieyuz2/provision/provision/annotation/attribute_llava.py 5f90221712cb63f4 unverified Apache-2.0 (permissive)
TeamCraft: A Benchmark for Multi-Modal Multi-Agent Systems in Minecraft 6 Dec 2024 teamcraft-bench/teamcraft/llava_teamcraft/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
VisionZip: Longer is Better but Not Necessary in Vision Language Models 5 Dec 2024 dvlab-research/visionzip/gradio_demo.py 7db2c78b1f3cc693 unverified Apache-2.0 (permissive)
FlashSloth: Lightning Multimodal Large Language Models via Embedded Visual Compression 5 Dec 2024 codefanw/flashsloth/flashsloth/eval/model_vqa_qbench.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
CleanDIFT: Diffusion Features without Noise 4 Dec 2024 CompVis/cleandift/src/dataloader.py 740ad3754ea31e72 unverified no licence file found · pointer only
VLSBench: Unveiling Visual Leakage in Multimodal Safety 29 Nov 2024 ai45lab/vlsbench/models/load_llava.py 4552e857b0cf7ef7 unverified no licence file found · pointer only
GEOBench-VLM: Benchmarking Vision-Language Models for Geospatial Tasks 28 Nov 2024 the-ai-alliance/geo-bench-vlm/eval_geobenchvlm/internvl_cls_single.py 98f235b8bce2e606 unverified Apache-2.0 (permissive)
CCExpert: Advancing MLLM Capability in Remote Sensing Change Captioning with Difference-Aware Integration and a Foundational Dataset 18 Nov 2024 meize0729/ccexpert/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Towards Low-Resource Harmful Meme Detection with LMM Agents 8 Nov 2024 jianzhao-huang/lorehm/utils/run_llava.py 4552e857b0cf7ef7 unverified MIT (permissive)
Membership Inference Attacks against Large Vision-Language Models 5 Nov 2024 LIONS-EPFL/VL-MIA/run_with_text.py 4552e857b0cf7ef7 unverified Apache-2.0 (permissive)
Membership Inference Attacks against Large Vision-Language Models 5 Nov 2024 LIONS-EPFL/VL-MIA/run_with_img.py 016ce1ddc61eea2c unverified Apache-2.0 (permissive)
V-DPO: Mitigating Hallucination in Large Vision Language Models via Vision-Guided Direct Preference Optimization 5 Nov 2024 yuxixie/v-dpo/llava_dpo/eval/model_vqa_qbench.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Senna: Bridging Large Vision-Language Models and End-to-End Autonomous Driving 29 Oct 2024 hustvl/senna/data_tools/senna_qa_utils.py e66e1c21f77a1ac3 unverified Apache-2.0 (permissive)
UniVST: A Unified Framework for Training-free Localized Video Style Transfer 26 Oct 2024 QuanjianSong/UniVST/src/cal_optica_flow.py b5d651334526030f unverified Apache-2.0 (permissive)
BIFRÖST: 3D-Aware Image compositing with Language Instructions 24 Oct 2024 lingxiao-li/Bifrost/LLaVA_Bifrost/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
LLaVA-KD: A Framework of Distilling Multimodal Large Language Models 21 Oct 2024 Fantasyele/LLaVA-KD/llavakd/eval/run_tiny_llava.py 4552e857b0cf7ef7 unverified no licence file found · pointer only
Reducing Hallucinations in Vision-Language Models via Latent Space Steering 21 Oct 2024 shengliu66/vti/experiments/eval/run_mmhal_vti.py 76cb05a76ebdeb15 unverified no licence file found · pointer only
HiCo: Hierarchical Controllable Diffusion Model for Layout-to-image Generation 18 Oct 2024 360cvgroup/hico_t2i/infer-avg.py f81993bbb1d7686b ran no licence file found · pointer only
RAP: Retrieval-Augmented Personalization for Multimodal Large Language Models 17 Oct 2024 hoar012/rap-mllm/retriever.py 7a70c70cfc4f8bbb ran no licence file found · pointer only
RAP: Retrieval-Augmented Personalization for Multimodal Large Language Models 17 Oct 2024 hoar012/rap-mllm/eval/TQA.py 20281a9b344a9430 ran no licence file found · pointer only
MMed-RAG: Versatile Multimodal RAG System for Medical Vision Language Models 16 Oct 2024 richard-peng-xia/MMed-RAG/train/dpo/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
Latent Action Pretraining from Videos 15 Oct 2024 LatentActionPretraining/LAPA/laq/inference_sthv2.py 0ca8f8ec94f51579 unverified MIT (permissive)
Deciphering Cross-Modal Alignment in Large Vision-Language Models with Modality Integration Rate 9 Oct 2024 shikiw/modality-integration-rate/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
Personalized Visual Instruction Tuning 9 Oct 2024 sterzhang/pvit/personalize-llava/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
Treat Visual Tokens as Text? But Your MLLM Only Needs Fewer Efforts to See 8 Oct 2024 ZhangAIPI/YOPO_MLLM_Pruning/LLaVA/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
SparseVLM: Visual Token Sparsification for Efficient Vision-Language Model Inference 6 Oct 2024 Gumpest/SparseVLMs/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Test-time Adaptation for Regression by Subspace Alignment 4 Oct 2024 kzkadc/regression-tta/dataset/image_utils.py 89b23899ddc80a79 ran licence not identified · pointer only
Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration 1 Oct 2024 ohayonguy/PMRF/evaluation/calculate_cos_dist.py d8d6d771a1dadff4 unverified MIT (permissive)
Explanation Bottleneck Models 26 Sep 2024 yshinya6/xbm/xbm-llava/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
Attention Prompting on Image for Large Vision-Language Models 25 Sep 2024 yu-rp/apiprompting/API/API_LLaVA/functions.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
A Comprehensive Survey with Critical Analysis for Deepfake Speech Detection 2024-09 (from id) tamlhp/dfd_benchmark/detect_img.py ce6fddcb44354b77 unverified MIT (permissive)
ReMEmbR: Building and Reasoning Over Long-Horizon Spatio-Temporal Memory for Robot Navigation 20 Sep 2024 NVIDIA-AI-IOT/remembr/remembr/captioners/vila_captioner.py 20b5922e237d1de7 ran licence not identified · pointer only
Less is More: A Simple yet Effective Token Reduction Method for Efficient Multi-modal LLMs 17 Sep 2024 freedomintelligence/trim/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Fit and Prune: Fast and Training-free Visual Token Pruning for Multi-modal Large Language Models 16 Sep 2024 ywh187/fitprune/LLaVA_NEXT/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
Enhancing Outlier Knowledge for Few-Shot Out-of-Distribution Detection with Extensible Local Prompts 7 Sep 2024 AuroraZengfh/Local-Prompt/utils/grad_cam.py 7458439441af1cea ran no licence file found · pointer only
HiPrompt: Tuning-free Higher-Resolution Generation with Hierarchical MLLM Prompts 4 Sep 2024 Liuxinyv/HiPrompt/LLaVA/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
LongLLaVA: Scaling Multi-modal LLMs to 1000 Images Efficiently via a Hybrid Architecture 4 Sep 2024 freedomintelligence/longllava/llava/mm_utils.py d51fcf23e1e8c26f ran no licence file found · pointer only
ComfyBench: Benchmarking LLM-based Agents in ComfyUI for Autonomously Designing Collaborative AI Systems 2 Sep 2024 xxyQwQ/ComfyBench/script/evaluation.py 50b302b35ddbddda ran · our draft was wrong no licence file found · pointer only
Recoverable Compression: A Multimodal Vision Token Recovery Mechanism Guided by Text Information 2 Sep 2024 banjiuyufen/Recoverable-Compression/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
IGEV++: Iterative Multi-range Geometry Encoding Volumes for Stereo Matching 1 Sep 2024 gangweix/igev/IGEV-Stereo/demo_imgs.py 6c521de8b851930a ran · fixture could not drive it MIT (permissive)
Inversion Circle Interpolation: Diffusion-based Image Augmentation for Data-scarce Classification 29 Aug 2024 scuwyh2000/diff-ii/get_inversion.py e9fa9ecafcd8097f ran no licence file found · pointer only
LLaVA-MoD: Making LLaVA Tiny via MoE Knowledge Distillation 28 Aug 2024 shufangxun/llava-mod/llavamod/eval/run_llava.py 4552e857b0cf7ef7 unverified Apache-2.0 (permissive)
RoVRM: A Robust Visual Reward Model Optimized via Auxiliary Textual Preference Data 22 Aug 2024 wangclnlp/vision-llm-alignment/eval/predict_llava.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
Advancing Multimodal Large Language Models with Quantization-Aware Scale Learning for Efficient Adaptation 7 Aug 2024 xjjxmu/qslaw/predict.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
GalleryGPT: Analyzing Paintings with Large Multimodal Models 1 Aug 2024 steven640pixel/gallerygpt/llava/eval/run_llava.py 9b3c1cb391672ccb ran · honoured contract Apache-2.0 (permissive)
Paying More Attention to Image: A Training-Free Method for Alleviating Hallucination in LVLMs 31 Jul 2024 hasanar1f/llava-hallunication-fix/modPAI/run_llava.py 1b77429ad5bf1632 unverified Apache-2.0 (permissive)
Efficient Inference of Vision Instruction-Following Models with Elastic Cache 25 Jul 2024 liuzuyan/elasticcache/convert_rouge_llava.py bb945d226af806a7 ran MIT (permissive)
FlexiEdit: Frequency-Aware Latent Refinement for Enhanced Non-Rigid Editing 25 Jul 2024 kookie12/FlexiEdit/inference_flexiedit.py 83dfe7de8ca77508 ran Apache-2.0 (permissive)
MLLM-CompBench: A Comparative Reasoning Benchmark for Multimodal LLMs 23 Jul 2024 raptormai/compbench/preprocessing/soccernet/merge_left_right_imgs_llava_finetune.py 0ec33995a5dc05d1 ran licence not identified · pointer only
T2V-CompBench: A Comprehensive Benchmark for Compositional Text-to-video Generation 19 Jul 2024 KaiyueSun98/T2V-CompBench/LLaVA/llava/eval/compbench_eval_dynamic_attr.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only
T2V-CompBench: A Comprehensive Benchmark for Compositional Text-to-video Generation 19 Jul 2024 KaiyueSun98/T2V-CompBench/LLaVA/llava/eval/compbench_eval_action_binding.py 4552e857b0cf7ef7 unverified no licence file found · pointer only
Vision language models are blind: Failing to translate detailed visual features into words 9 Jul 2024 anguyen8/vision-llms-are-blind/src/LinearProbe/LLaVA-NeXT/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
RULE: Reliable Multimodal RAG for Factuality in Medical Vision Language Models 6 Jul 2024 richard-peng-xia/rule/predict.py 9b3c1cb391672ccb ran · honoured contract MIT (permissive)
Web2Code: A Large-scale Webpage-to-Code Dataset and Evaluation Framework for Multimodal LLMs 28 Jun 2024 MBZUAI-LLM/web2code/web2code/predict.py 9b3c1cb391672ccb ran · honoured contract no licence file found · pointer only

This site shows no code text; each File cell links to the file on GitHub at the repository's current default branch, which may have changed since the 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 cell for the reason. Per-sample records for a paper are on its paper page under "Code Syntology ran".

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