← Latest papers
💻 computer science

LOGOS: Language-guided Oriented Object Detection in Aerial Scenes

The paper proposes LOGOS, a novel transformer-based method that leverages textual prompts to guide oriented object detection in aerial scenes, effectively addressing challenges like angular discontinuity and complex backgrounds while outperforming state-of-the-art approaches on the DOTA dataset.

Original authors: Trong-Thuan Nguyen, Minh-Triet Tran

Published 2026-07-10
📖 4 min read☕ Coffee break read

Original authors: Trong-Thuan Nguyen, Minh-Triet Tran

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 looking at a giant, high-resolution photo taken from a drone or a satellite. It's a bird's-eye view of a busy city, a harbor full of ships, or an airfield packed with planes. Now, try to find every single object in that picture. The problem is, these aren't just boxes sitting neatly on a shelf; they are scattered everywhere, tilted at weird angles, and often squished together in messy piles.

For a long time, computer programs trying to do this were like a clumsy librarian who only knows how to look for books in perfect, straight rows. If a book was lying diagonally or if the shelf was crowded, the librarian got confused. They would try to guess the angle of every single object, often getting stuck in a loop where they couldn't tell if a car was pointing left or right because the math got messy. They also had a fixed number of "searchers" (called queries) they could send out. If there were too many objects, the searchers got overwhelmed; if there were too few, they wasted time looking for ghosts.

Enter LOGOS, a new approach proposed by researchers Trong-Thuan Nguyen and Minh-Triet Tran. Think of LOGOS as giving that librarian a very specific, helpful note before they start searching. Instead of just saying, "Find everything," you hand them a note that says, "Find the ships in the harbor" or "Look for planes at the airport."

Here is how it works in plain terms:

  1. The Magic Note: The system takes a text prompt (like "find cars") and uses it to tune its "searchers." It's like giving the searchers a pair of glasses that only lets them see the specific things you asked for.
  2. Smart Searching: Instead of blindly scanning the whole image with a fixed number of searchers, LOGOS uses these text-guided searchers to focus their attention exactly where it matters. If you ask for "ships," the model ignores the buildings and the roads, saving energy and getting better results.
  3. No More Confusion: The old methods struggled with the math of rotation (like getting confused between 90 degrees and -90 degrees). LOGOS handles this by encoding the angles in a way that keeps the math smooth, so it doesn't trip over itself when objects are tilted.

The researchers tested this on the DOTA dataset, a massive collection of aerial images with over 280,000 labeled objects. They compared LOGOS against the current best methods (the "state-of-the-art").

The Results:
The paper shows that LOGOS is a strong contender. On the DOTA-v1.0 dataset, LOGOS achieved a score (called mAP) of 81.32%, beating many other top methods. It did particularly well at finding planes, storage tanks, and harbors. For example, it found 93.50% of the roundabouts and 93.81% of the storage tanks.

On DOTA-v1.5, it scored 69.97%, and on the newer DOTA-v2.0, it hit 66.04%. In these tests, the text prompts helped the model filter out noise. For instance, when asked to find "traffic cones," the model scored a massive 94.60%, showing that the text guidance really helps it focus on small, specific things.

However, the paper is honest about where it still stumbles. The model had a bit more trouble with ships and baseball courts compared to other categories. The authors suggest this might be because these objects are tricky to spot even with the text help, or perhaps they need more specific training. They also point out that in extremely crowded scenes, like a harbor with ships packed shoulder-to-shoulder, the model sometimes misses objects or gets confused, just like a human would in a chaotic crowd.

The researchers don't claim this is the final, perfect solution to all aerial detection problems. Instead, they suggest that by using text to guide the search, they have taken a significant step forward in making these systems more robust and scalable. They believe this approach could be useful for things like urban planning and disaster management, but they also note that more work is needed to handle extreme angles and to make the system fast enough for real-time use.

In short, LOGOS is like giving a computer a specific instruction manual before it starts a search, helping it ignore the clutter and find exactly what you're looking for, even when the world is tilted and messy. It's not perfect yet, but it's a clever new way to tackle a very difficult puzzle.

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 →