AI for Maritime Security: Comparative Evaluation of CNN and Vision Transformer Architectures for Maritime Object Detection
This study evaluates six deep learning architectures for maritime object detection across diverse weather conditions, demonstrating that while lightweight models suit resource-constrained devices, the Vision Transformer (ViT) achieves superior performance with 100% accuracy and the fastest processing speed.
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 the ocean as a giant, busy highway where ships are the cars. Sometimes, bad actors try to sneak illegal cargo, fish without a license, or hide their movements. To catch them, coast guards need "eyes" that never blink, even when the weather is foggy, rainy, or blindingly sunny.
This paper is about teaching computers to act as those unblinking eyes. The researchers asked a simple question: Which type of "digital brain" is best at spotting ships in the ocean?
To find the answer, they built a "test drive" using a massive photo album of 6,468 ocean pictures. They tested six different types of AI brains to see which one could correctly say, "That's a ship!" or "That's just water!" without getting confused.
Here is how they did it and what they found, explained simply:
The Six Contestants (The AI Brains)
The researchers didn't just pick one brain; they lined up six different types to race against each other:
- The "Home-Built" Brain (Base CNN): Imagine a student who built their own study guide from scratch. They designed a custom neural network (a type of AI) from the ground up. It's flexible and understandable, but it has to learn everything from the beginning.
- The "Transfer Learners" (Xception, VGG16, MobileNetV2, EfficientNetV2L): These are like students who already graduated from a famous university (trained on millions of general photos of cats, dogs, and cars) and are now applying that knowledge to the ocean.
- MobileNetV2 is the "backpacker." It's tiny, lightweight, and designed to run on small devices like a smartphone or a drone with a weak battery.
- VGG16 is the "reliable workhorse." It's a bit older and heavier, but very steady.
- Xception and EfficientNetV2L are the "specialists." They are powerful and complex, designed to handle very difficult details, but they are heavy and require a lot of energy.
- The "Transformer" (Vision Transformer or ViT): This is the "super-observer." Instead of looking at a picture piece-by-piece like a puzzle (which is how the others do it), this AI looks at the whole picture at once. It understands how the ship relates to the waves, the sky, and the horizon all at the same time. It's like looking at a forest and seeing the whole ecosystem, rather than just counting individual trees.
The Race Conditions
The researchers didn't just test these brains in a calm, sunny room. They threw them into the "storm."
- The Weather: The photos included cloudy, foggy, rainy, and sunny days.
- The Test: They didn't just look at single photos; they ran a 37-second video through each brain to see how fast and how accurately they could spot ships in real-time.
The Results: Who Won?
Here is the breakdown of the race:
- The Lightweight Winner (MobileNetV2): If you have a tiny drone with a small battery, this is your best friend. It's small and fast, but it made a few more mistakes than the others when the ocean got messy.
- The Heavyweights (EfficientNetV2L): This brain was the strongest in terms of raw power, but it was also the slowest. It took a long time to process the video, like a giant trying to run a sprint. It was also the biggest file size.
- The Surprise Champion (Vision Transformer / ViT): This was the clear winner.
- Accuracy: It got 100% of the answers right. It didn't miss a single ship, and it didn't mistake a wave for a ship.
- Speed: Even though it is a complex brain, it processed the 37-second video faster than almost everyone else (about 31 seconds).
- The Catch: It is a "heavy" brain. It requires a powerful computer to run, much like a high-end gaming PC. It wouldn't fit on a tiny, cheap device.
The Big Lesson
The paper concludes that there is no single "perfect" brain for every job.
- If you are building a tiny, battery-powered camera for a small boat, you should use the lightweight models (like MobileNetV2) because they fit and run fast, even if they aren't perfect.
- If you are running a big, powerful security center for a coast guard, you should use the Vision Transformer (ViT). It is the most accurate and the fastest at processing video, making it the best choice for keeping the seas safe.
A Note on "Preparation"
The researchers also pointed out a hidden trick in the race. Before feeding the photos to the "Transfer Learners" (the ones who graduated from the famous university), you have to prepare the photos in a very specific way—like washing and cutting vegetables exactly how a specific chef likes them. If you don't do this, the brain gets confused and performs poorly. The paper spent a lot of time explaining exactly how to "wash and cut" the data for each specific brain so the race was fair.
In short: The study proved that while small, simple brains are good for small gadgets, the new "Transformer" technology is the ultimate detective for spotting ships in the ocean, provided you have a powerful computer to run it.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.