AI & ML interests

We develop infrastructure for the evaluation of generated text.

Recent Activity

dronefreakΒ 
posted an update 16 days ago
view post
Post
254
πŸŒ§οΈβ„οΈ Free demo: remove rain, raindrops, or snow from a photo with a single model

I put together an unofficial demo for **Histoformer** (ECCV 2024, arXiv: 2407.10172), a 16.6M-parameter transformer that handles three different weather degradations, rain streaks, adherent raindrops, and snow, in one unified model. It uses a "histogram self-attention" mechanism that groups pixels by degradation intensity instead of spatial position, which is a
neat way to sidestep the usual spatial-window tradeoffs in restoration transformers.

Try it here, free on ZeroGPU: dronefreak/histoformer-weather-restoration

Upload a photo and get a before/after slider. Two checkpoints available: one tuned for real-world photos, one for the paper's synthetic benchmarks.

Also put together a cleaner, easy-to-use model card with a copy-pasteable Quickstart if you'd rather run it yourself: dronefreak/Histoformer

This is an unofficial demo/mirror, not affiliated with the original authors. All credit for the actual research goes to Shangquan Sun, Wenqi Ren, Xinwei Gao, Rui Wang, and Xiaochun Cao (@sunsean ). Official repo: https://github.com/sunshangquan/Histoformer. Weights are MIT-licensed.

Reported numbers from the paper: 32.1 PSNR on rain+fog (Outdoor-Rain), 33.1 on raindrops, 37.4 / 32.2 on light/heavy snow (Snow100K-S/L).
  • 2 replies
Β·
dronefreakΒ 
posted an update 17 days ago
view post
Post
2128
πŸš€ Excited to open-source the SeaDronesSee Object Detection Model Zoo on Hugging Face.

This release includes:

- πŸ€– YOLOv8, YOLOv11, YOLOv26 and RF-DETR object detection models trained on SeaDronesSee, spanning nano through x-large YOLO variants plus RF-DETR Nano/Small/Medium.
- 🌊 Benchmarked on SeaDronesSee's maritime search-and-rescue setting β€” swimmers, boats, jet skis, life-saving appliances and buoys captured by UAVs over open water, at varying altitudes and non-uniform image resolutions (1080p up to 4K+).
- πŸ“Š Detailed model cards with mAP/precision/recall, per-class breakdowns, PR/F1 curves and confusion matrices (YOLO), qualitative detection showcases, and full training configurations for reproducibility.

Headline numbers:
- πŸ† Best mAP@50: 83.47% (RF-DETR Medium), 47.49% mAP@50:95, 87.01% precision.
- ⚑ Best efficiency tradeoff: YOLOv26s hits 80.14% mAP@50 at just 22.8 GFLOPs (10.0M params) β€” within ~3 points of the top RF-DETR variant, while actually beating YOLOv11x's 74.82% mAP@50 using ~8.6x fewer FLOPs (196.0 GFLOPs).

The goal is to make benchmarking and experimenting with maritime UAV perception easier by providing ready-to-use pretrained checkpoints, all trained and evaluated under one shared pipeline (DetectionBench: https://github.com/dronefreak/DetectionBench).

Full credit for the underlying dataset goes to Leon Amadeus Varga, Benjamin Kiefer, Martin Messmer, and Andreas Zell (University of TΓΌbingen, WACV 2022) β€” this release is an unofficial, YOLO-ready reformatting of their work (CC0-licensed), not a new dataset.

If you're working on maritime search-and-rescue, UAV perception, autonomous drones, or real-time object detection, I hope these resources are useful.

πŸ“¦ Dataset:
dronefreak/SeaDronesSee

πŸ€– Model Collection: dronefreak/seadronessee-object-detection-model-zoo-6a7b030a25797e5dd2d70123

Feedback, bug reports, and contributions are always welcome.
  • 2 replies
Β·
dronefreakΒ 
posted an update 18 days ago
view post
Post
1907
πŸš€ Excited to open-source the GWHD Wheat Head Detection Model Zoo on Hugging Face.

This release includes:

- πŸ€– YOLOv8, YOLOv11, YOLOv26 and RF-DETR object detection models trained on GWHD (Global Wheat Head Dataset), spanning nano through x-large variants across both architecture families.
- 🌾 Benchmarked on GWHD's dense, single-class wheat-head detection task β€” ~45 annotated heads per image on average, captured across multiple countries, genotypes, and growth stages, a genuinely hard small/dense-object setting.
- πŸ“Š Detailed model cards with mAP/precision/recall, per-class breakdowns, PR/F1 curves and confusion matrices (YOLO), qualitative detection showcases, and full training configurations for reproducibility.

Headline numbers:
- πŸ† Best mAP@50: 74.25% (YOLOv11x), 34.92% mAP@50:95, 83.37% precision.
- ⚑ Best efficiency tradeoff: YOLOv26s hits 70.49% mAP@50 at just 22.8 GFLOPs (10.0M params) β€” within ~4 points of the top YOewer FLOPs (196.0 GFLOPs).

The goal is to make benchmarking and experimenting with agricultural computer vision easier by providing ready-to-use pretrained checkpoints, all trained and evaluated under one shared pipeline (DetectionBench: https://github.com/dronefreak/DetectionBench).
Full credit for the underlying dataset goes to Etienne David, Mario Serouart, Simon Madec, and the Global Wheat Head Detection 2020/2021) β€” this release is anunofficial, YOLO-ready reformatting of their work, not a new dataset.

If you're working on precision at detection, or just want areproducible detector benchmark, I hope these resources are useful.

πŸ“¦ Dataset:
dronefreak/GWHD

πŸ€– Model Collection: dronefreak/gwhd-wheat-head-detection-model-zoo-6a7aea28b5431918cc46cec1

Feedback, bug reports, and contributions are always welcome.
  • 3 replies
Β·
NymboΒ 
posted an update 19 days ago
view post
Post
2030
Anthropic gave me six months of Claude Max 20x through the Claude for Open Source program, granted based on my Hugging Face work. Thank you
Anthropic
for supporting open source.

So far I've been pointing it at Markdown Minimap, an Obsidian plugin that adds a scrollable IDE-style minimap to your notes. This week I've been clearing a backlog of user-reported issues on it, with Claude often handling them end to end.

https://github.com/Nymbo/Markdown-Minimap β€” issues and PRs welcome.
dronefreakΒ 
posted an update 27 days ago
view post
Post
930
πŸš€ Excited to open-source the VDD Semantic Segmentation Model Zoo on Hugging Face.

This release includes:

- πŸ€– CABiNet and YOLO26 semantic segmentation models trained on VDD (Varied Drone Dataset), spanning Nano through XLarge YOLO26 variants plus a CABiNet (MobileNetV3-Large) baseline.
- 🌍 Benchmarked on VDD's varied altitudes, viewpoints, and scenes (urban, rural, natural) β€” a more diverse and challenging setting than single-flight UAV footage.
- πŸ“Š Detailed model cards with evaluation metrics, per-class IoU, confusion matrices, qualitative RGB / Ground-Truth / Prediction comparisons, and training configurations for reproducibility.

Headline numbers:
- πŸ† Best mIoU: 78.83% (YOLO26x-sem)
- ⚑ Best efficiency tradeoff: CABiNet-Large hits 77.76% mIoU at just 54.8 GFLOPs β€” within 1-2 points of the top YOLO26 variantO26x's 430.9 GFLOPs)

The goal is to make benchmarking and experimenting with aerial semantic segmentation easier by providing ready-to-use pretraineat, all trained and evaluatedunder one shared pipeline.

If you're working on UAV perception, autonomous drones, robotics, remote sensing, or real-time semantic segmentation, I hope these resources are useful.

πŸ“¦ Dataset: RussRobin/VDD

πŸ€– Model Collection: https://huggingface.co/collections/dronefreak/vdd-semantic-segmentation-model-zoo

Feedback, bug reports, and contributions are always welcome.
NymboΒ 
posted an update about 1 month ago
view post
Post
5788
Introducing Inflect-v2, two exceptionally small, open-weight English TTS models at just 3.9M and 9.3M parameters. Both generate speech multiple times faster than real-time on CPU. Despite their size, Inflect-v2 delivers quality that is competitive with much larger lightweight TTS systems, including KittenTTS, Piper, and Supertonic-3.

CPU, CUDA, PyTorch, and ONNX are supported. Apache 2.0.

See it for yourselves:
owensong/Inflect-Micro-v2
owensong/Inflect-Nano-v2

Try the Demos:
Nymbo/Inflect-TTS (unlimited CPU usage)
owensong/Inflect-v2 (ultra-fast ZeroGPU usage)
  • 6 replies
Β·
dronefreakΒ 
posted an update about 2 months ago
view post
Post
4557
πŸš€ Excited to open-source the **UAVid Semantic Segmentation Model Zoo** on Hugging Face.

This release includes:

* πŸ“¦ A **YOLO-compatible mirror** of the UAVid semantic segmentation dataset, preserving the original train/val/test splits while reorganizing the directory structure for plug-and-play use with modern training pipelines.
* πŸ€– Multiple **YOLO26 semantic segmentation models** trained on UAVid, spanning Nano through Medium variants.
* πŸ“Š Detailed model cards with evaluation metrics, per-class IoU, confusion matrices, qualitative results, and training configurations for reproducibility.

The goal is to make benchmarking and experimenting with aerial semantic segmentation easier by providing ready-to-use datasets and pretrained models in a consistent format.

If you're working on UAV perception, autonomous drones, robotics, remote sensing, or real-time semantic segmentation, I hope these resources are useful.

**πŸ“¦ Dataset:** dronefreak/UAVid-2020

**πŸ€– Model Collection:** https://huggingface.co/collections/dronefreak/uavid-semantic-segmentation-model-zoo

Feedback, bug reports, and contributions are always welcome.
albertvillanovaΒ 
posted an update about 2 months ago
view post
Post
3857
πŸŽ‰ KTO is now part of the stable TRL API

As of Promote KTO to stable API, KTOTrainer and KTOConfig have graduated from trl.experimental to the stable trl API. https://github.com/huggingface/trl/pull/6175

This one closes out a long road. Over the past 6+ months, the "Align KTO with DPO" effort landed ~90 PRs methodically bringing KTO up to the standard we hold for stable trainers, one carefully-scoped change at a time:
- Feature parity with DPO: full VLM support (incl. multi-image), sync_ref_model, PEFT + Liger, ZeRO-3 + PEFT dtype fix, pad_to_multiple_of, activation offloading, IterableDataset and dict eval_dataset, remove_unused_columns, and reference-logprob precomputation at init.
- Consistency with DPO: aligned method order and signatures, tokenization, _prepare_dataset, PEFT handling, ref-model preparation for distributed training, and config layout β€” plus a new DataCollatorForKTO and output format. Metrics moved into _compute_loss and simplified to direct averages via the shared _metrics attribute.
- Removing legacy baggage: dropped encoder-decoder support, BOS/EOS handling, null_ref_context, generate_during_eval, model_init, preprocess_logits_for_metrics, model/ref adapter names, and several dead config knobs.
- Coverage: a full test suite mirroring DPO, text collator tests, VLM tests, and slow tests.
- The promotion itself: the experimental β†’ stable move (#6175) and shim cleanup (#6287), handled so downstream users get a clean deprecation path.

Honestly, this has been one of the more complex tasks I've taken on since joining the team, not because any single change was hard, but because it demanded sustained consistency across a ~2,000-line trainer, with every branch, comment, and edge case kept in lockstep with DPO.

Huge thanks to everyone who reviewed along the way (especially @qgallouedec ), the incremental review cadence is exactly what kept this maintainable.

KTO now sits on equal footing with our other flagship trainers. πŸš€
  • 2 replies
Β·
ShrijanagainΒ 
posted an update about 2 months ago
view post
Post
256
Welcome Researcher and Developers!

SKT AI Labs, we are pushing the boundaries of AI architecture and researchβ€”and today, we are thrilled to open our doors to the global research community!

​We warmly welcome researchers, developers, and AI enthusiasts to join us and contribute to our R&D efforts.

​πŸ§ͺ What You Can Explore:

We invite you to experiment with our WMF (Weight Manifold Fusion) technology. You can test this high-dimensional fusion technique on smaller models to gain a deeper understanding of its behavior and token convergence.

---------- CHECK OUT:

SPACE : SKT-NRS/RD
EXPERIMENT : https://huggingface.co/sKT-Ai-Labs/SKT-SURYA-H
DIRECT TO MAIN DISCUSSION : SKT-NRS/RD#1

β€‹πŸ€ Your Feedback Shapes the Future :

​If it works: Fantastic! Share your results with us and contribute directly to the core vision of SKT AI Labs.

​If it doesn't work: No problem at all! Your critical feedback is just as valuable to us. Every experiment and anomaly helps us refine this architecture to make it more stable and robust.

​We firmly believe that true innovation stems from community collaboration and transparent testing. Let's build the future of advanced AI together. Your ideas, test results, and feedback are always welcome!

You Can Still Research and Development On WMF Only SKT-SURYA-H Model is Dismissed.

​Let's innovate and build together! πŸ’‘
ShrijanagainΒ 
posted an update 2 months ago
view post
Post
258
πŸš€ Big News for the AI Community! πŸ”₯

We’re excited to release NRS_QWEN_MYTHOS_1M β€” a powerful reasoning model built on Qwen 3.5 9B!
At SKT AI LABS, we’ve supercharged this 9B model with our proprietary Neural Reasoning System (NRS) to deliver next-level performance.

πŸ”₯ Why This Model is a Game-Changer:
βœ… 100x Reasoning Capacity β€” Exceptional deep logical thinking and complex problem-solving
βœ… 1 Million Token Context β€” Perfect for massive codebases, long documents, and multi-turn agentic workflows
βœ… Advanced Thinking Mode β€” Native <think> tags for true step-by-step Chain-of-Thought reasoning
βœ… Tool-Use Ready β€” Optimized for Python execution, Web Search, and self-correction
βœ… Blazing Fast β€” Runs smoothly on consumer GPUs like RTX 3090/4090

Technical Highlights:

Base: Qwen 3.5 9B
Tuning: NRS-specific high-quality reasoning data
Context: 1M Tokens (YaRN Scaling)
License: NRS DOCS

Whether you’re a developer building coding agents, a researcher working with long-context data, or someone who loves powerful reasoning β€” this model is built for you.

πŸ‘‰ Try it now on Hugging Face:
SKT-NRS/NRS_QWEN_MYTHOS_1M

Drop a comment: What will you build with it first? πŸ‘‡
#AI #OpenSource #LLM #Qwen #ReasoningModel #HuggingFace #NewModel #AICommunity