← Latest papers
💻 computer science

TriCLE: Tri-Modal Vision-Language Reasoning for Edge-Deployed Fine-Grained Clustering

TriCLE is an edge-deployable tri-modal vision-language system that synthesizes thermal and depth data from single RGB aircraft images to achieve high-accuracy, engineering-relevant taxonomic clustering under strict memory and compute constraints.

Original authors: Kishor Datta Gupta, Md. Mahfuzur Rahman, Fahad Rahman, Ahmed Rafi Hasan, Faysal Mehrab Chowdhury, Mohd Ariful Haque, Roy George

Published 2026-08-06
📖 4 min read☕ Coffee break read

Original authors: Kishor Datta Gupta, Md. Mahfuzur Rahman, Fahad Rahman, Ahmed Rafi Hasan, Faysal Mehrab Chowdhury, Mohd Ariful Haque, Roy George

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to identify a bird in the sky, but you can only see it for a split second, and your eyesight is a bit foggy. You might guess it's a hawk because of its shape, or a falcon because of its speed, but without seeing its feathers clearly, you could easily be wrong. Now, imagine doing this not with a bird, but with a high-tech airplane, and you have to do it instantly on a tiny computer strapped to a drone that has no internet and very little battery power. This is the kind of puzzle scientists in the field of "edge computing" and "artificial intelligence" are trying to solve. They want machines to be smart enough to understand complex scenes right where the action happens, without needing to send data back to a giant supercomputer in the cloud. To do this, they use "Vision-Language Models," which are like super-smart robots that can look at a picture and talk about what they see, combining visual clues with human-like reasoning. But here's the catch: most of these robots are trained only on regular color photos. In the real world, especially for aircraft, a color photo isn't always enough. Sometimes you need to see the heat coming off the engine (thermal vision) or the 3D shape of the wings (depth vision) to tell two similar-looking planes apart. The big question is: how do you teach a robot to use all these different "senses" when you don't have a camera that can see all of them at once, and you have to run the whole system on a tiny device?

This is where a new project called TriCLE steps in. Think of TriCLE as a clever magician that can conjure up missing senses. The researchers realized that while they didn't have real thermal cameras or 3D laser scanners (LiDAR) for every airplane photo, they could use a single regular color photo to create fake but realistic versions of those other views. It's like looking at a black-and-white sketch and using a smart program to color it in with heat signatures and then sculpting it into a 3D model, all while keeping the original drawing perfectly aligned. They fed this "tri-modal" trio—the real color photo, the fake heat map, and the fake 3D depth map—into a compact AI brain (a 4-billion-parameter model based on Qwen3-VL). But simply showing the AI these three views wasn't enough; they needed to teach it to think like an airplane engineer, grouping planes by their engine type, wing shape, and design era, rather than just by how shiny they look.

To train this AI, the team tried several different teaching methods. They found that the best way to teach the robot was a technique called Group Sequence Policy Optimization (GSPO). Imagine you are teaching a student to write an essay. If you only correct them word-by-word as they type, they might get stuck in a loop, repeating the same phrase forever. But if you let them write the whole paragraph, then grade the entire flow of logic at once, they learn to keep their thoughts coherent and reach a clear conclusion. That is what GSPO does: it looks at the whole reasoning process the AI generates and rewards it for staying on track, avoiding repetitive loops, and arriving at the correct engineering classification.

The results of this experiment were quite promising. When tested on a set of airplane images the AI had never seen before, the GSPO-trained model got the classification right 78.00% of the time. It also managed to keep its output format correct 94.00% of the time, meaning it didn't get confused and spill gibberish. Perhaps most importantly for the "edge" part of the story, the researchers squeezed this smart model down using a technique called 4-bit quantization (basically compressing the AI's memory without losing its smarts). After this compression, the entire system fit into 8GB of memory and could process a complex airplane image in just 1.48 seconds. This suggests that TriCLE is a practical prototype for making drones and small devices smart enough to identify aircraft on the fly. However, the authors are careful to note that because the "heat" and "3D" views were generated by a computer program rather than measured by real sensors, this is a proof-of-concept. The system works well in these controlled simulations, but the team suggests that future work needs to test it with real, synchronized sensor data to see if it holds up in the messy, unpredictable real world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →