Tagged articles
8 articles
Page 1 of 1
Kuaishou Tech
Kuaishou Tech
Nov 13, 2025 · Artificial Intelligence

Unlocking Unusual Concept Combinations in Generative AI with IMBA Loss

The paper identifies imbalanced concept distributions as the main obstacle to arbitrary concept‑combination in text‑to‑image/video generation, proposes the token‑level IMBA Distance and a lightweight IMBA Loss that adaptively re‑weights training tokens, and demonstrates through extensive experiments and a new Inert‑CompBench benchmark that this loss dramatically improves compositional ability without extra data.

BenchmarkIMBA Lossconcept combination
0 likes · 9 min read
Unlocking Unusual Concept Combinations in Generative AI with IMBA Loss
Data Party THU
Data Party THU
Sep 17, 2025 · Artificial Intelligence

How Matching Networks Tackle Imbalance with Cosine Similarity and Attention

This article provides a comprehensive technical review of Matching Networks, covering cosine similarity mathematics, its transformations, the bias introduced by imbalanced support sets, and a range of mitigation strategies such as adaptive weighting, global distance‑matrix normalization, prior‑based weighting, hierarchical multi‑scale matching, hybrid learning architectures, and attention‑driven dynamic sample selection.

Attention MechanismCosine SimilarityMatching Networks
0 likes · 10 min read
How Matching Networks Tackle Imbalance with Cosine Similarity and Attention
Model Perspective
Model Perspective
Aug 26, 2023 · Artificial Intelligence

Why Accuracy Isn’t Enough: Mastering MCC for Imbalanced Classification

This article reviews common classification evaluation metrics—accuracy, precision, recall, and F1—explains their limitations on imbalanced data, and introduces the Matthews Correlation Coefficient (MCC) with Python implementations to provide a more reliable performance measure.

Evaluation MetricsMCCPython
0 likes · 5 min read
Why Accuracy Isn’t Enough: Mastering MCC for Imbalanced Classification
DataFunSummit
DataFunSummit
Jul 3, 2022 · Artificial Intelligence

Graph Neural Network Approaches for Internet Financial Fraud Detection

The talk examines how the COVID‑19 pandemic accelerated online financial services and fraud, outlines the challenges of traditional and internet‑based fraud detection, and presents graph neural network solutions—including PC‑GNN and AO‑GNN—demonstrating their effectiveness on real‑world and public datasets while discussing future research directions.

AUC optimizationfinancial fraudfraud detection
0 likes · 12 min read
Graph Neural Network Approaches for Internet Financial Fraud Detection
Code DAO
Code DAO
Jan 15, 2022 · Artificial Intelligence

Improving Class Imbalance in Machine Learning with Class Weights: A Python Logistic Regression Walkthrough

The article demonstrates, with Python code, how applying class_weight—first using the default logistic regression, then the balanced option, and finally manually tuned weights via grid search—can raise the F1 score from 0 to about 0.16 on imbalanced data, and discusses further techniques such as feature engineering and threshold adjustment.

F1 scorePythonclass weight
0 likes · 7 min read
Improving Class Imbalance in Machine Learning with Class Weights: A Python Logistic Regression Walkthrough
MaGe Linux Operations
MaGe Linux Operations
Jan 31, 2021 · Artificial Intelligence

Mastering Imbalanced Data: Practical Techniques with imbalanced-learn

Learn what imbalanced data is, why it hampers machine learning models, and explore a comprehensive suite of preprocessing strategies—including under‑sampling, over‑sampling (SMOTE, ADASYN), combined sampling, ensemble methods, and class‑weight adjustments—using the imbalanced‑learn library with concrete Python code examples.

PythonSMOTEimbalanced data
0 likes · 14 min read
Mastering Imbalanced Data: Practical Techniques with imbalanced-learn
Programmer DD
Programmer DD
Sep 10, 2020 · Artificial Intelligence

Can You Predict Speed‑Dating Success? A Data‑Driven Exploration

This article walks through loading the Speed Dating dataset, examining its features and missing values, visualizing match rates by gender and age, performing correlation analysis, and building a logistic regression model with SMOTE oversampling to predict whether a pair will successfully match.

Pythondata analysisimbalanced data
0 likes · 11 min read
Can You Predict Speed‑Dating Success? A Data‑Driven Exploration
Hulu Beijing
Hulu Beijing
Nov 21, 2017 · Artificial Intelligence

How to Tackle Imbalanced Datasets with Sampling Techniques

Sampling transforms complex distributions into manageable data points, and mastering methods like random oversampling, undersampling, SMOTE, and its variants is essential for handling imbalanced binary classification problems in machine learning, ensuring models achieve balanced accuracy and recall across classes.

SMOTESamplingimbalanced data
0 likes · 8 min read
How to Tackle Imbalanced Datasets with Sampling Techniques