All authors
feiyang-k avatar

Claude Skills by feiyang-k

github.com/feiyang-k
258 skillsA× 257B× 10 installs89 views
Siglip 2 Multilingual Vision Language Encoders With Improved Semantic Understanding Localization And Dense Features Arxiv 2502 14786v1A

Use this skill when you want an improved vision-language encoder with better localization, dense features, and multilingual support. Avoid it when SigLIP v1 or CLIP is sufficient for your needs.

code-qualitygo
0
9
Sigmoid Loss For Language Image Pre Training Arxiv 2303 15343v4A

Use this skill when you want a contrastive loss that handles noisy image-text pairs better by using sigmoid instead of softmax. Avoid it when you are already using softmax contrastive loss successfully on clean data.

code-qualitygoperformance
0
9
Slimpajama A 627b Token Cleaned And Deduplicated Version Of Redpajama Arxiv Slimpajama 2023A

Use this skill when you want to build a cleaned and deduplicated open text corpus from RedPajama for LLM pretraining. Avoid it when you already have a sufficient clean text corpus.

datago
0
9
T5 Exploring The Limits Of Transfer Learning With A Unified Text To Text Transformer Arxiv 1910 10683v4A

Use this skill when you want to understand the C4 text cleaning methodology and its impact on LLM pretraining quality. Avoid it when you are not cleaning web text or have a different cleaning pipeline.

researchgoperformance
0
9
Tokenflow Unified Image Tokenizer For Multimodal Understanding And Generation Arxiv 2412 03069v2A

Use this skill when you want a unified image tokenizer that supports both understanding and generation tasks in VLMs. Avoid it when separate tokenizers for understanding and generation work for you.

code-qualitygo
0
9
Unified Io 2 Scaling Autoregressive Multimodal Models With Vision Language Audio And Action Arxiv 2312 17172v2A

Use this skill when you want to unify training data across vision, language, audio, and action modalities for a single autoregressive model. Avoid it when you only need vision-language capability without audio or action.

testinggoperformance
0
9
Vary Scaling Up The Vision Vocabulary For Large Vision Language Models Arxiv 2312 06109v2A

Use this skill when you want to expand a VLM's vision vocabulary by training additional vision tokens for document, chart, and dense text understanding. Avoid it when CLIP's visual vocabulary is sufficient for your needs.

testinggoperformance
0
9
Video Llama An Instruction Tuned Audio Visual Language Model For Video Understanding Arxiv 2306 02858v4A

Use this skill when you want to create instruction data for a VLM that understands both visual and audio content in videos. Avoid it when you only need visual understanding without audio.

code-qualitygo
0
9
Videollava Learning United Visual Representation By Alignment Before Projection Arxiv 2311 10122v2A

Use this skill when you want to train a unified image-video VLM by aligning visual representations before projecting to the language model. Avoid it when you only need image understanding or cannot curate both image and video data.

businessgoperformance
0
9
Vila On Pre Training For Visual Language Models Arxiv 2312 07533v4A

Use this skill when you want systematic ablation insights on VLM pretraining choices: frozen vs unfrozen LLM, interleaved vs paired data, text mixing. Avoid it when you have a well-established pretraining recipe.

researchgoperformance
0
9
Vilt Vision And Language Transformer Without Convolution Or Region Features Arxiv 2102 03334v2A

Use this skill when you want to train a VLM that processes raw image patches without heavy vision preprocessing, using a single transformer for both modalities. Avoid it when you need strong visual features from a dedicated vision encoder.

ai-agentsgoperformance
0
9
Visual Prompt Tuning Arxiv 2203 12119v2A

Use this skill when you want to adapt a pre-trained vision model to a new task by prepending learnable visual prompt tokens, training only the prompts. Avoid it when full fine-tuning is affordable or LoRA is preferred.

ai-agentsgo
0
9
Vlmo Unified Vision Language Pre Training With Mixture Of Modality Experts Arxiv 2111 02358v3A

Use this skill when you want to train a unified VLM using mixture-of-modality-experts that can serve as both dual-encoder and fusion-encoder. Avoid it when you prefer simpler single-mode architectures.

code-qualitygo
0
9
What Makes For Good Visual Tokenizers For Large Language Models Arxiv 2305 12223v2A

Use this skill when you want to understand which visual tokenizer properties matter most for VLM performance. Avoid it when you have already chosen your visual encoder.

researchgoperformance
0
9
Woodpecker Hallucination Correction For Multimodal Large Language Models Arxiv 2310 16045v2A

Use this skill when you want to correct VLM hallucinations post-hoc by extracting claims, verifying them against the image, and rewriting responses. Avoid it when you want to prevent hallucination during training rather than correct it post-hoc.

testingrustgo
0
9
Active Learning For Convolutional Neural Networks A Core Set Approach Arxiv 1708 00489v4A

Use this skill when you want to select the most informative samples for annotation using coreset-based active learning in embedding space. Avoid it when you have unlimited annotation budget or random selection is sufficient.

ai-agentsgoperformance
0
9
Are More Llm Calls All You Need Towards Scaling Laws For Compound Ai Systems Arxiv 2403 02419v2A

Use this skill when you want to understand scaling behavior when using multiple LLM calls in compound systems for tasks like data generation or evaluation. Avoid it when you use single LLM calls and do not build compound systems.

code-qualitygoaws
0
9
Badge Batch Active Learning By Diverse Gradient Embeddings Arxiv 1906 03671v2A

Use this skill when you want to select diverse, uncertain samples for annotation using gradient embeddings that capture both uncertainty and diversity. Avoid it when simple uncertainty sampling is sufficient or you cannot compute gradients.

researchgo
0
9
Beyond Neural Scaling Laws Beating Power Law Scaling Via Data Pruning Arxiv 2206 14486v2A

Use this skill when you want to beat standard scaling laws by pruning low-quality or redundant data points using perplexity or EL2N scores. Avoid it when you do not have compute for data quality scoring or your data is already curated.

researchgoaws
0
9
Curriculum Learning Crossref Icml 2009 CurriculumA

Use this skill when you want to order training examples from easy to hard during training to improve convergence and final performance. Avoid it when random data ordering works well for your task.

code-qualitygoperformance
0
9
Data Mixing Laws Optimizing Data Mixtures By Predicting Language Modeling Performance Arxiv 2403 16952v2A

Use this skill when you want to predict LLM performance from data mixing ratios and optimize the mix without expensive full-scale training. Avoid it when you have a single data source or cannot run ablation experiments.

researchgoaws
0
9
Data Shapley Equitable Valuation Of Data For Machine Learning Arxiv 1904 02868v6A

Use this skill when you want to assign fair value to individual training examples based on their marginal contribution using Shapley value theory. Avoid it when you cannot afford the computational cost of data Shapley estimation.

datagodebugging
0
9
Dataset Cartography Mapping And Diagnosing Datasets With Training Dynamics Arxiv 2009 10795v2A

Use this skill when you want to map training examples as easy, ambiguous, or hard based on training dynamics (confidence, variability) for data selection. Avoid it when you cannot afford to train a model first to compute training dynamics.

datagodebugging
0
9
Deita What Makes Good Data For Alignment Arxiv 2312 15685v2A

Use this skill when you want to select the best alignment data from a large pool using complexity and quality scoring. Avoid it when you do not have a large pool of alignment data to select from.

code-qualitygoperformance
0
9
El2n Deep Learning On A Data Diet Arxiv 2107 07075v2A

Use this skill when you want to prune training data using early-epoch error norms (EL2N scores) to select the most informative examples. Avoid it when you cannot compute early training predictions or all data is equally important.

researchgoperformance
0
9
Forgetting Outside The Class Pruning Data Using The Interaction Between Training Examples Arxiv 2210 02816v1A

Use this skill when you want to prune training data by identifying examples that are frequently forgotten during training, using forgetting events as a data quality signal. Avoid it when you cannot train a model first to measure forgetting events.

datagoperformance
0
9
Influence Functions In Deep Learning Arxiv 2002 08484v3A

Use this skill when you want to estimate the influence of individual training examples on model predictions for data debugging and selection. Avoid it when you cannot afford the compute for influence estimation or have too many training examples.

researchgodebugging
0
9
Scaling Data Constrained Language Models Arxiv 2305 16264v3A

Use this skill when you want to understand how to optimally train when data is limited and must be repeated, and how to trade off epochs vs model size. Avoid it when you have unlimited unique data and do not need to repeat data.

researchgoaws
0
9
Scaling Laws For Neural Language Models Arxiv 2001 08361v1A

Use this skill when you want to understand power-law relationships between model size, data size, and compute for optimal resource allocation. Avoid it when you are not making scaling decisions.

researchgoaws
0
9
Training Compute Optimal Large Language Models Arxiv 2203 15556v1A

Use this skill when you want to know the compute-optimal ratio of model size to training data based on Chinchilla scaling laws. Avoid it when you are not making model/data scaling decisions.

researchgoaws
0
9
Trak Attributing Model Behavior At Scale Arxiv 2303 14186v2A

Use this skill when you want to efficiently attribute model behavior to training data at scale using random projections and ensembling. Avoid it when you do not need per-example attribution or simple quality metrics suffice.

datago
0
9
3d Llm Injecting The 3d World Into Large Language Models Arxiv 2307 12981v2A

Use this skill when you want to create 3D-language instruction data for training LLMs to understand and reason about 3D environments. Avoid it when you only work with 2D images.

testinggo
0
9
Allava Harnessing Gpt4v Synthesized Data For A Lite Vision Language Model Arxiv 2402 11684v3A

Use this skill when you want to synthesize high-quality instruction data using GPT-4V on diverse image sources for training small VLMs. Avoid it when you cannot afford GPT-4V API calls or are training a large-scale model.

researchgoapi
0
9
Alpaca A Strong Replicable Instruction Following Model Stanford Alpaca 2023A

Use this skill when you want to distill instruction-following capability from a strong LLM to a weaker one using 52K generated instruction samples. Avoid it when you can directly use the strong LLM or have human-written instructions.

ai-agentsgoapi
0
9
Augmax Adversarial Composition Of Random Augmentations For Robust Training Arxiv 2110 13771v2A

Use this skill when you want to combine random augmentations with adversarial training for improved robustness to distribution shifts. Avoid it when standard augmentation provides sufficient robustness.

researchgo
0
9
Autoaugment Learning Augmentation Strategies From Data Arxiv 1805 09501v3A

Use this skill when you want to learn optimal data augmentation policies using reinforcement learning to search over augmentation transforms. Avoid it when RandAugment's simpler approach is sufficient.

researchgo
0
9
Blip 2 Bootstrapping Language Image Pre Training With Frozen Image Encoders And Large Language Models Arxiv 2301 12597v3A

Use this skill when you need to bridge a frozen image encoder to a frozen LLM for VLM training with limited paired data. Avoid it when you can afford end-to-end training of the full model or have abundant paired data.

testinggonode
0
9
Capsfusion Rethinking Image Text Data At Scale Arxiv 2310 20550v2A

Use this skill when you want to fuse noisy web captions with synthetic model-generated captions using an LLM to get the best of both. Avoid it when you have only one caption source or cannot afford LLM-based fusion.

ai-agentsgo
0
9
Clevr A Diagnostic Dataset For Compositional Language And Elementary Visual Reasoning Arxiv 1612 06890v1A

Use this skill when you want to generate diagnostic visual reasoning data with programmatic scene and question generation for compositional reasoning evaluation. Avoid it when you need real-world images rather than synthetic scenes.

code-qualitygo
0
9
Cogagent A Visual Language Model For Gui Agents Arxiv 2312 08914v2A

Use this skill when you want to create training data for a VLM that can understand and interact with graphical user interfaces (GUIs). Avoid it when you do not need GUI understanding or agent capability.

designgoapi
0
9
Colorjitter And Photometric Augmentations For Clip Training Arxiv Clip Augment 2024A

Use this skill when you want to apply photometric augmentations (color jitter, brightness, contrast) to CLIP training images for improved robustness. Avoid it when standard random crop and flip are sufficient.

researchgo
0
9
Contrastive Language Image Pre Training With Knowledge Graphs Arxiv 2210 08901v2A

Use this skill when you want to augment CLIP training data with knowledge graph information for improved conceptual understanding. Avoid it when you do not have access to knowledge graphs or standard CLIP training is sufficient.

code-qualitygo
0
9
Copy Paste Augmentation For Instance Segmentation Arxiv 2012 07177v2A

Use this skill when you want to augment instance segmentation data by copying object instances from one image and pasting them onto another. Avoid it when standard augmentation is sufficient or you do not need instance segmentation.

devopsgo
0
9
Cutmix Regularization Strategy To Train Strong Classifiers With Localizable Features Arxiv 1905 04899v2A

Use this skill when you want to augment training images by cutting and pasting rectangular patches between images with mixed labels. Avoid it when your task does not benefit from spatial regularization.

datagoangular
0
9
Dall E 2 Hierarchical Text Conditional Image Generation With Clip Latents Arxiv 2204 06125v1A

Use this skill when you want to generate images conditioned on CLIP embeddings for training data augmentation or dataset expansion. Avoid it when you do not need image generation or CLIP-guided generation.

ai-agentsgo
0
9
Dall E 3 Improving Image Generation With Better Captions Arxiv 2310 16825v1A

Use this skill when you want to improve image generation by training a detailed captioner and recaptioning training data. Avoid it when you are not building an image generation model or already have detailed captions.

researchgo
0
9
Dall E Zero Shot Text To Image Generation Arxiv 2102 12092v2A

Use this skill when you want to generate images autoregressively from text for dataset augmentation using a discrete VAE tokenizer. Avoid it when diffusion models provide better generation quality for your needs.

toolsgo
0
9
Dolphins Multimodal Language Model For Driving Arxiv 2312 00438v2A

Use this skill when you want to create instruction data for an autonomous driving VLM using BDD-X driving dataset with explanations. Avoid it when you do not work with autonomous driving.

code-qualitygo
0
9
Donut Document Understanding Transformer Without Ocr Arxiv 2111 15664v2A

Use this skill when you want to pre-train a document understanding model on synthetic document images without OCR using a vision encoder-decoder. Avoid it when you have good OCR and only need text extraction without visual understanding.

code-qualitygoperformance
0
9
Dreamlip Language Image Pre Training With Long Captions Arxiv 2403 17007v2A

Use this skill when you want to generate long, detailed captions for CLIP training by prompting VLMs with sub-image descriptions. Avoid it when you are satisfied with short captions or your CLIP text encoder cannot handle long text.

ai-agentsgoperformance
0
9