Ryan Yang, Dipkamal Bhusal, Nidhi Rastogi
We lifted 9 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ryanlyang/LearningToLook | canonical | 1 of 9 |
| Function | Status | Where it lives |
|---|---|---|
| reshape_transform | Ran | ryanlyang/LearningToLook/code/WeCLIPPlus/WeCLIP_Plus/model_attn_aff_coco.py pointer only (licence: NONE) · get_code("5bd180a934a83565") |
| dice_loss | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/WeCLIP_Plus/dice_loss.py pointer only (licence: NONE) · get_code("1318e10e47a11362") |
| get_aff_loss | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/utils/losses.py pointer only (licence: NONE) · get_code("ab1a564327ec7b27") |
| get_energy_loss | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/utils/losses.py pointer only (licence: NONE) · get_code("c5adf2da855149f1") |
| get_seg_loss | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/utils/losses.py pointer only (licence: NONE) · get_code("9fe5c9cbe1f4399e") |
| mmd_rbf | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/utils/mmdloss.py pointer only (licence: NONE) · get_code("b7949bedd44e211a") |
| rbf_kernel | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/utils/mmdloss.py pointer only (licence: NONE) · get_code("34cdaf8dc22ba489") |
| replace_layer_recursive | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/pytorch_grad_cam/ablation_cam_multilayer.py pointer only (licence: NONE) · get_code("a112dc051428bbc2") |
| upsample_pos_emb | Not yet run | ryanlyang/LearningToLook/code/WeCLIPPlus/clip/model.py pointer only (licence: NONE) · get_code("335f0f9cd2d9678c") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Convolutional Neural Networks (CNNs) frequently "cheat" by exploiting superficial correlations, raising concerns about whether they make predictions for the right reasons. Inspired by cognitive science, which highlights the role of attention in robust human perception, recent methods have sought to guide model attention using concept-based supervision and explanation regularization. However, these techniques depend on labor-intensive, expert-provided annotations, limiting their scalability. We propose a scalable framework that leverages vision-language models to automatically generate semantic attention maps using natural language prompts. By introducing an auxiliary loss that aligns CNN attention with these language-guided maps, our approach promotes more reliable and cognitively plausible decision-making without manual annotation. Experiments on challenging datasets, ColoredMNIST and DecoyMNIST, show that our method achieves stateof-the-art performance on ColorMNIST and remains competitive with annotationheavy baselines on DecoyMNIST, demonstrating improved generalization, reduced shortcut reliance, and model attention that better reflects human intuition. Our code is available at https://github.com/ryanlyang/LearningToLook/.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2509.21247")
get_code_for_paper("2509.21247")
have("2509.21247")
Connect an agent — have() is free.