ML Research Hub
32.3K subscribers
6.73K photos
472 videos
24 files
7.35K links
Advancing research in Machine Learning โ€“ practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
๐Ÿ“ 12 Essential Articles for Data Scientists

๐Ÿท Article: Seq2Seq Learning with NN
https://arxiv.org/pdf/1409.3215
An introduction to Seq2Seq models, which serve as the foundation for machine translation utilizing deep learning.

๐Ÿท Article: GANs
https://arxiv.org/pdf/1406.2661
An introduction to Generative Adversarial Networks (GANs) and the concept of generating synthetic data. This forms the basis for creating images and videos with artificial intelligence.

๐Ÿท Article: Attention is All You Need
https://arxiv.org/pdf/1706.03762
This paper was revolutionary in natural language processing. It introduced the Transformer architecture, which underlies GPT, BERT, and contemporary intelligent language models.

๐Ÿท Article: Deep Residual Learning
https://arxiv.org/pdf/1512.03385
This work introduced the ResNet model, enabling neural networks to achieve greater depth and accuracy without compromising the learning process.

๐Ÿท Article: Batch Normalization
https://arxiv.org/pdf/1502.03167
This paper introduced a technique that facilitates faster and more stable training of neural networks.

๐Ÿท Article: Dropout
https://jmlr.org/papers/volume15/srivastava14a/srivastava14a.pdf
A straightforward method designed to prevent overfitting in neural networks.

๐Ÿท Article: ImageNet Classification with DCNN
https://proceedings.neurips.cc/paper_files/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf
The first successful application of a deep neural network for image recognition.

๐Ÿท Article: Support-Vector Machines
https://link.springer.com/content/pdf/10.1007/BF00994018.pdf
This seminal work introduced the Support Vector Machine (SVM) algorithm, a widely utilized method for data classification.

๐Ÿท Article: A Few Useful Things to Know About ML
https://homes.cs.washington.edu/~pedro/papers/cacm12.pdf
A comprehensive collection of practical and empirical insights regarding machine learning.

๐Ÿท Article: Gradient Boosting Machine
https://www.cse.iitb.ac.in/~soumen/readings/papers/Friedman1999GreedyFuncApprox.pdf
This paper introduced the "Gradient Boosting" method, which serves as the foundation for many modern machine learning models, including XGBoost and LightGBM.

๐Ÿท Article: Latent Dirichlet Allocation
https://jmlr.org/papers/volume3/blei03a/blei03a.pdf
This work introduced a model for text analysis capable of identifying the topics discussed within an article.

๐Ÿท Article: Random Forests
https://www.stat.berkeley.edu/~breiman/randomforest2001.pdf
This paper introduced the "Random Forest" algorithm, a powerful machine learning method that aggregates multiple models to achieve enhanced accuracy.

https://t.iss.one/CodeProgrammer ๐ŸŒŸ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
โœจRefineAnything: Multimodal Region-Specific Refinement for Perfect Local Details

๐Ÿ“ Summary:
RefineAnything is a multimodal diffusion model for region-specific image refinement. It fixes local detail collapse while strictly preserving backgrounds using a Focus-and-Refine strategy and boundary-aware loss. This provides a practical solution for high-precision local editing.

๐Ÿ”น Publication Date: Published on Apr 8

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.06870
โ€ข PDF: https://arxiv.org/pdf/2604.06870
โ€ข Project Page: https://limuloo.github.io/RefineAnything/
โ€ข Github: https://github.com/limuloo/RefineAnything

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#DiffusionModels #ImageEditing #ComputerVision #DeepLearning #GenerativeAI
Media is too big
VIEW IN TELEGRAM
โœจMatrix-Game 3.0: Real-Time and Streaming Interactive World Model with Long-Horizon Memory

๐Ÿ“ Summary:
Matrix-Game 3.0 is a memory-augmented diffusion model achieving real-time 720p interactive video generation with long-term temporal consistency. It uses an advanced data engine, a self-correction training framework with memory, and efficient inference strategies. This enables practical, industria...

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.08995
โ€ข PDF: https://arxiv.org/pdf/2604.08995
โ€ข Project Page: https://matrix-game-v3.github.io/

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#DiffusionModels #VideoGeneration #RealTimeAI #GenerativeAI #MachineLearning
โœจCT-1: Vision-Language-Camera Models Transfer Spatial Reasoning Knowledge to Camera-Controllable Video Generation

๐Ÿ“ Summary:
CT-1 is a Vision-Language-Camera model that improves camera-controllable video generation. It uses a Diffusion Transformer and Wavelet Regularization Loss to accurately estimate camera trajectories, enabling precise video synthesis. This achieves 25.7% better accuracy than prior methods.

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.09201
โ€ข PDF: https://arxiv.org/pdf/2604.09201
โ€ข Project Page: https://gulucaptain.github.io/Camera-Transformer-1/
โ€ข Github: https://github.com/gulucaptain/Camera-Transformer-1

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #VideoGeneration #ComputerVision #DiffusionModels #VisionLanguageModels
โœจELT: Elastic Looped Transformers for Visual Generation

๐Ÿ“ Summary:
Elastic Looped Transformers utilize recurrent transformer architecture with weight-sharing and intra-loop self-distillation to achieve parameter-efficient visual generation with adjustable computation...

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.09168
โ€ข PDF: https://arxiv.org/pdf/2604.09168

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โœจVisionFoundry: Teaching VLMs Visual Perception with Synthetic Images

๐Ÿ“ Summary:
VisionFoundry creates synthetic visual question answering data using LLMs and text-to-image models to improve VLM visual perception. Training with this targeted data significantly boosts model performance on visual perception benchmarks like MMVP and CV-Bench-3D.

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.09531
โ€ข PDF: https://arxiv.org/pdf/2604.09531
โ€ข Project Page: https://zlab-princeton.github.io/VisionFoundry/

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#VLM #VisualPerception #SyntheticData #LLM #AI
โœจEXAONE 4.5 Technical Report

๐Ÿ“ Summary:
EXAONE 4.5 is LG AI Research's first open-weight vision language model, integrating a visual encoder into EXAONE 4.0. It enhances document understanding and general language capabilities through targeted data and extended context, outperforming similar models in document tasks.

๐Ÿ”น Publication Date: Published on Apr 9

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.08644
โ€ข PDF: https://arxiv.org/pdf/2604.08644
โ€ข Github: https://github.com/LG-AI-EXAONE/EXAONE-4.5

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#VisionLanguageModel #AI #DocumentUnderstanding #MultimodalAI #OpenSourceAI
This media is not supported in your browser
VIEW IN TELEGRAM
โœจFORGE:Fine-grained Multimodal Evaluation for Manufacturing Scenarios

๐Ÿ“ Summary:
FORGE introduces a multimodal manufacturing dataset, revealing that MLLM performance is limited by domain-specific knowledge, not visual grounding. Fine-tuning on FORGEs annotations significantly improves accuracy, offering a path for domain-adapted MLLMs.

๐Ÿ”น Publication Date: Published on Apr 8

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.07413
โ€ข PDF: https://arxiv.org/pdf/2604.07413
โ€ข Project Page: https://ai4manufacturing.github.io/forge-web/
โ€ข Github: https://github.com/AI4Manufacturing/FORGE

โœจ Datasets citing this paper:
โ€ข https://huggingface.co/datasets/AI4Manufacturing/forge

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#FORGE #MLLM #ManufacturingAI #MultimodalAI #DomainAdaptation
This media is not supported in your browser
VIEW IN TELEGRAM
โœจCross-Modal Emotion Transfer for Emotion Editing in Talking Face Video

๐Ÿ“ Summary:
A novel cross-modal emotion transfer approach generates expressive talking face videos by modeling emotion semantic vectors between speech and visual feature spaces, achieving superior emotion accurac...

๐Ÿ”น Publication Date: Published on Apr 9

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.07786
โ€ข PDF: https://arxiv.org/pdf/2604.07786
โ€ข Project Page: https://chanhyeok-choi.github.io/C-MET/
โ€ข Github: https://github.com/ChanHyeok-Choi/C-MET

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
This media is not supported in your browser
VIEW IN TELEGRAM
โœจWildDet3D: Scaling Promptable 3D Detection in the Wild

๐Ÿ“ Summary:
WildDet3D is a unified architecture for open-world 3D object detection, accepting multiple prompt types and integrating geometric cues. It leverages WildDet3D-Data, the largest 3D dataset, to achieve state-of-the-art performance across benchmarks, with significant gains from incorporating depth i...

๐Ÿ”น Publication Date: Published on Apr 9

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.08626
โ€ข PDF: https://arxiv.org/pdf/2604.08626
โ€ข Project Page: https://allenai.github.io/WildDet3D/
โ€ข Github: https://github.com/allenai/WildDet3D

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#3DObjectDetection #ComputerVision #DeepLearning #AI #Datasets
โœจStructured Causal Video Reasoning via Multi-Objective Alignment

๐Ÿ“ Summary:
This paper introduces Structured Event Facts for explicit causal video reasoning, moving beyond unstructured methods. It uses a multi-objective reinforcement learning pipeline to balance training goals, leading to Factum-4B. This model achieves reliable, stronger performance on complex temporal v...

๐Ÿ”น Publication Date: Published on Apr 6

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.04415
โ€ข PDF: https://arxiv.org/pdf/2604.04415

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#CausalAI #VideoReasoning #ReinforcementLearning #ComputerVision #AIResearch
โœจECHO: Efficient Chest X-ray Report Generation with One-step Block Diffusion

๐Ÿ“ Summary:
ECHO is an efficient diffusion model for chest X-ray report generation. It achieves fast one-step-per-block inference using Direct Conditional Distillation and Response-Asymmetric Diffusion. ECHO delivers an 8x speedup and improved accuracy over state-of-the-art methods.

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.09450
โ€ข PDF: https://arxiv.org/pdf/2604.09450
โ€ข Project Page: https://echo-midea-airc.github.io/
โ€ข Github: https://github.com/clf28/ECHO

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โœจLarge Language Models Generate Harmful Content Using a Distinct, Unified Mechanism

๐Ÿ“ Summary:
LLMs use a distinct, compact internal mechanism for generating harmful content, separate from benign functions. This compressed structure explains why fine-tuning can cause broad emergent misalignment, offering new ways to improve AI safety.

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.09544
โ€ข PDF: https://arxiv.org/pdf/2604.09544

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
Exploring the Future of AI: Neutrosophic Graph Neural Networks (NGNN)

Recent analysis indicates that Neutrosophic Graph Neural Networks (NGNN) represent a significant advancement in contemporary artificial intelligence research. The following overview details the concept and its implications.

Most artificial intelligence models presuppose data integrity; however, real-world data is frequently imperfect. Consequently, NGNN may emerge as a critical innovation.

The foundational inquiry addresses the following:
How does artificial intelligence manage data characterized by uncertainty, incompleteness, or contradiction?

Traditional models exhibit limitations in this regard, often assuming certainty where none exists.

The Foundation: Neutrosophic Logic
In the late 1990s, mathematician Florentin Smarandache introduced a framework extending beyond binary true/false dichotomies. He proposed three dimensions of truth:
T โ€” What is true
I โ€” What is indeterminate
F โ€” What is false

Between 2000 and 2015, this framework evolved into neutrosophic sets and neutrosophic graphs, mathematical tools capable of encoding uncertainty within data and relationships.

The Parallel Rise of Graph Neural Networks
Around 2016, the artificial intelligence sector adopted Graph Neural Networks (GNNs), models designed to learn from nodes (data points) and edges (relationships). These models became foundational in social networks, healthcare, fraud detection, and bioinformatics.

However, GNNs possess a critical limitation: they assume data certainty, whereas real-world data is inherently uncertain.

The Convergence: NGNN
From 2020 onwards, researchers began integrating these two domains. In an NGNN, rather than carrying only features, a node encapsulates:
โ€” T: What is likely true
โ€” I: What remains uncertain
โ€” F: What may be false

This constitutes not a minor upgrade, but a fundamental shift in how artificial intelligence models perceive and process reality.

Key Application Areas:
Healthcare โ€” Navigating uncertain or conflicting diagnoses
Fraud detection โ€” Identifying ambiguous behavioral patterns
Social networks โ€” Modeling unclear or evolving relationships
Bioinformatics โ€” Managing the complexity of biological interactions

Is NGNN advanced machine learning?
Affirmatively. It resides at the intersection of:
Graph theory ยท Deep learning ยท Mathematical logic ยท Uncertainty modeling

This technology represents research-level, cutting-edge development and is not yet widely deployed in industry. This status underscores its current strategic importance.

The Broader Context
NGNN is not merely another model; it signifies a philosophical shift in artificial intelligence from systems assuming certainty to systems reasoning through uncertainty. Real-world problems are rarely perfect; therefore, models should not presume perfection.

This represents not only evolution but a definitive direction for the field.

โ€”โ€”

#ArtificialIntelligence #MachineLearning #DeepLearning #GraphNeuralNetworks #AIResearch #DataScience #FutureOfAI #Innovation #EmergingTech #NGNN #AIHealthcare #Bioinformatics
โœจAgentSwing: Adaptive Parallel Context Management Routing for Long-Horizon Web Agents

๐Ÿ“ Summary:
AgentSwing adaptively manages context for long-horizon web agents using parallel branching and lookahead routing. This state-aware framework outperforms static methods, reducing interactions while improving search efficiency and terminal precision.

๐Ÿ”น Publication Date: Published on Mar 29

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2603.27490
โ€ข PDF: https://arxiv.org/pdf/2603.27490

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#WebAgents #AI #ContextManagement #ParallelComputing #AgentAI
โค1
โœจScheMatiQ: From Research Question to Structured Data through Interactive Schema Discovery

๐Ÿ“ Summary:
ScheMatiQ uses large language models to automatically generate annotation schemas and structured databases from research questions and document collections. Its interactive web interface allows users to steer the extraction, supporting real-world analysis in law and biology.

๐Ÿ”น Publication Date: Published on Apr 10

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.09237
โ€ข PDF: https://arxiv.org/pdf/2604.09237
โ€ข Project Page: https://www.schematiq-ai.com/
โ€ข Github: https://github.com/shaharl6000/ScheMatiQ

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โค1
โœจLarge Language Models Align with the Human Brain during Creative Thinking

๐Ÿ“ Summary:
Large language models show varying alignment with brain activity during creative thinking tasks, with model size and post-training objectives influencing how well their representations match neural re...

๐Ÿ”น Publication Date: Published on Apr 3

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.03480
โ€ข PDF: https://arxiv.org/pdf/2604.03480

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โœจOn Semiotic-Grounded Interpretive Evaluation of Generative Art

๐Ÿ“ Summary:
Generative art evaluation framework based on Peircean semiotics assesses symbolic and indexical meaning through hierarchical semiosis graphs, improving alignment with human artistic interpretation. AI...

๐Ÿ”น Publication Date: Published on Apr 9

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.08641
โ€ข PDF: https://arxiv.org/pdf/2604.08641
โ€ข Github: https://github.com/songrise/SemJudge

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โœจInitialisation Determines the Basin: Efficient Codebook Optimisation for Extreme LLM Quantization

๐Ÿ“ Summary:
Additive quantization for LLM compression faces challenges at 2-bit precision due to codebook initialization issues, which OA-EM addresses through output-aware EM initialization based on Hessian-weigh...

๐Ÿ”น Publication Date: Published on Apr 9

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.08118
โ€ข PDF: https://arxiv.org/pdf/2604.08118
โ€ข Github: https://github.com/kenno94-IK/aqlm-oaem

๐Ÿ”น Models citing this paper:
โ€ข https://huggingface.co/kennedyian94/Llama-3.2-3B-AQLM-OA-EM-2Bit-2x8
โ€ข https://huggingface.co/kennedyian94/Qwen-2.5-3B-AQLM-OA-EM-2Bit-2x8
โ€ข https://huggingface.co/kennedyian94/Llama-3.1-8B-AQLM-OA-EM-2Bit-2x8

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โœจAVGen-Bench: A Task-Driven Benchmark for Multi-Granular Evaluation of Text-to-Audio-Video Generation

๐Ÿ“ Summary:
AVGen-Bench presents a comprehensive benchmark for text-to-audio-video generation with multi-granular evaluation, revealing gaps between aesthetic quality and semantic accuracy. AI-generated summary T...

๐Ÿ”น Publication Date: Published on Apr 9

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.08540
โ€ข PDF: https://arxiv.org/pdf/2604.08540
โ€ข Project Page: https://microsoft.github.io/AVGen-Bench/
โ€ข Github: https://github.com/microsoft/AVGen-Bench

โœจ Datasets citing this paper:
โ€ข https://huggingface.co/datasets/microsoft/AVGen-Bench

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#AI #DataScience #MachineLearning #HuggingFace #Research
โœจBackdoor Attacks on Decentralised Post-Training

๐Ÿ“ Summary:
This paper introduces the first backdoor attack on pipeline parallelism in decentralized LLM post-training. An adversary controlling an intermediate stage can significantly misalign the model, reducing alignment from 80% to 6% with a trigger word, even resisting safety training.

๐Ÿ”น Publication Date: Published on Mar 31

๐Ÿ”น Paper Links:
โ€ข arXiv Page: https://arxiv.org/abs/2604.02372
โ€ข PDF: https://arxiv.org/pdf/2604.02372

==================================

For more data science resources:
โœ“ https://t.iss.one/DataScienceT

#BackdoorAttack #LLM #DecentralizedAI #AISecurity #MachineLearning
โค1