惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
Y
Y Combinator Blog
博客园 - 【当耐特】
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
量子位
C
Check Point Blog
F
Fortinet All Blogs
罗磊的独立博客
Last Week in AI
Last Week in AI
GbyAI
GbyAI
L
LangChain Blog
博客园 - 司徒正美

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
🌐 Do AI models actually understand GPS coordinates?
CGMthrowaway · 2026-04-24 · via Hacker News - Newest: "AI"

Hey guys, here’s this week’s edition of the Spatial Edge — a newsletter that’s as frequent as a Marvel movie. In any case, the aim is to make you a better geospatial data scientist in less than five minutes a week.

In today’s newsletter:

  • Spatial AI: LLMs struggle with pure GPS math.

  • Change Detection: Foundation model tracks complex landscape changes.

  • War Mapping: Satellites track destruction in conflict zones.

  • Urban Shade: High-resolution dataset maps global pedestrian shade.

  • Image Alignment: Massive dataset of aligned satellite pairs.

Large Language Models (LLMs) are increasingly being built into navigation apps and geographical tools, but their ability to actually understand and manipulate GPS coordinates has remained a bit of a mystery. Most spatial AI tests involve asking a model to describe where an object is in a photo of a living room, which doesn’t really translate to calculating the distance between Tokyo and Sydney. To bridge this gap, researchers built GPSBENCH, a new dataset designed to test whether LLMs genuinely understand the Earth’s coordinate system or if they are just bluffing.

The researchers tested 14 top-tier LLMs across two main tracks: ‘Pure GPS’ (geometric math like calculating distances or bearings) and ‘Applied’ (using world knowledge, like identifying which city sits at a specific coordinate). The results show a pretty stark divide. Most models are actually much better at the ‘Applied’ track, using their vast pre-trained world knowledge to guess locations, but they completely fall apart when asked to do the pure spherical geometry required for the ‘Pure GPS’ track. For instance, tasks like calculating the area of a polygon on the globe had a near 0 per cent success rate across the board, proving that the models haven’t actually learned geodetic formulas.

Interestingly, the study also revealed that LLMs have a highly hierarchical understanding of geography. They can almost always identify the correct country for a given GPS coordinate, but their accuracy drops off a cliff when asked to pinpoint the specific city. However, when the researchers added random ‘noise’ to the coordinates, the models’ performance didn’t drop, which proves they aren’t just memorising coordinates from databases but do have a genuine, albeit fuzzy, spatial understanding. Ultimately, this shows that if you want an AI to perform precise geographic reasoning, you still need to augment it with external calculators or specific GPS tools, because right now, their internal compass is a bit broken.

You can access the data and code here.

Tracking changes on the Earth’s surface usually relies on binary change detection, which simply spots where a landscape has been altered. Semantic change detection takes this a step further by identifying exactly what those changes are, such as a dense forest being replaced by a paved car park. While incredibly useful for urban planning and disaster relief, building models for this task is notoriously difficult. Most current systems rely on standard visual encoders trained on everyday photos, leaving them poorly equipped to understand the complex, top-down perspective of satellite imagery. Furthermore, because the vast majority of land remains unchanged between satellite passes, the models often get overwhelmed by the sheer imbalance of data and resort to lazy predictions.

A new paper has introduced PerASCD, a new framework driven by a massive remote sensing foundation model. By leveraging an AI that has been explicitly pre-trained on vast amounts of satellite data, the system possesses a much deeper, native understanding of geospatial features. The team paired this foundation model with a custom-built Cascaded Gated Decoder. Older methods typically forced the AI through highly convoluted, multi-branch pathways to separate the before and after semantics. This new decoder streamlines the entire process, handling feature compression, multi-level fusion, and upsampling in a single modular pipeline, which drastically simplifies the overall architecture.

The researchers also patched a frustrating mathematical glitch that has plagued previous models. Older systems used a rigid loss function to force the AI to separate changed and unchanged pixels, but the harsh mathematical boundaries of this rule would often cause the model’s accuracy to suddenly collapse during training. By introducing a softened version of this mathematical rule, the team smoothed out the learning gradients and eliminated the numerical instability. When tested on major benchmark datasets like SECOND and LandsatSCD, the framework achieved state-of-the-art performance, delivering significantly sharper boundaries and fewer false positives than previous methods.

Ukraine devastation: Cutting through fog of war from miles away

The ongoing war in Ukraine has caused immense damage to infrastructure, agriculture and the broader environment. Obviously, sending survey teams into active conflict zones to assess this wreckage is incredibly dangerous and often impossible. To get around this, a new study from Scientific Reports have developed a new method to automatically map the destruction from space using freely available satellite data. By combining radar data from Sentinel-1 with optical imagery from Sentinel-2, they have created a system that monitors conflict-related changes without putting anyone in harm’s way.

The interesting part of this approach is how it adapts to different types of terrain. The algorithm automatically classifies the land cover (separating urban environments from rural or agricultural areas) and then chooses the best analysis strategy for that specific zone. The researchers combined radar-based change detection with optical image classification to spot destruction that single-sensor methods might miss. They also added a ‘context-aware smoothing’ technique, which essentially filters out visual noise and local glitches to produce a much cleaner and more reliable map.

When put to the test, the results were pretty impressive. The team compared their automated findings against the official UNOSAT database and found that their tool successfully detected over 80 per cent of damaged buildings. Furthermore, their smoothing technique proved to be far more accurate at detecting built-up areas than existing global land-cover products like AlphaEarth. Ultimately, this gives humanitarian organisations a rapid and reliable way to pinpoint destruction in restricted regions.

You can access the data here and the code here.

Public shading structures: Commitment - Heat Action Platform

This dataset provides high-resolution simulations of pedestrian shade provision across nine geographically diverse global cities, including Amsterdam, Sydney, and Rio de Janeiro. You can access the data here and the code here.

The SOMA-1M dataset offers a massive collection of over 1.3 million precisely aligned Synthetic Aperture Radar (SAR) and optical image pairs. The dataset will be publicly released here.

The newly introduced MMEARTH-BENCH is a collection of five environmental monitoring tasks designed to evaluate geospatial machine learning models on a global scale. It features 12 diverse data modalities and includes geographic test splits to specifically challenge how well algorithms adapt to unseen regions. You can access the dataset, code, and read more about the project here.

This dataset provides the most comprehensive and spatially detailed empirical assessment of global mean farm size to date, targeting the year 2000. Unlike previous products that rely on national averages or modelled data, this collection compiles census and survey information at the smallest available subnational administrative level for 101 countries, alongside national data for 99 others. You can access the data and code here.

  • The team behind AlphaEarth Foundations has just rolled out their 2025 Satellite Embedding dataset, cleverly packing an entire year's worth of satellite data into neat 10-metre pixels. This update makes it easier than ever to spot global shifts without the headache of processing raw imagery.

  • Google DeepMind has showcased a new realistic city planner app powered by Gemini 3.1 Pro. It tackles complex terrain and simulates traffic to generate incredibly high-quality visualisations of future urban infrastructure.

  • A new time series foundation model called TimesFM has just been released, which has been pre-trained with 100 billion data points. It’s showing pretty impressive performance across a whole host of domains, making it a useful resource for anyone keen to dive into machine learning and forecasting.

NASA Artemis II astronauts face Outlook issues in space as mission hits  unexpected software glitch - OnMSFT

The Artemis II crew ran into a very Earthly problem whilst en route to the Moon. Just hours into their ten-day flyby, the astronauts had to radio mission control for IT support after their Microsoft Outlook crashed. It’s comforting to know that no one is safe from an email glitch.

That’s it for this week.

I’m always keen to hear from you, so please let me know if you have:

  • new geospatial datasets

  • newly published papers

  • geospatial job opportunities

and I’ll do my best to showcase them here.

Yohan

No posts