Super excited to introduce
β¨ AnyUp: Universal Feature Upsampling π
Upsample any feature - really any feature - with the same upsampler, no need for cumbersome retraining.
SOTA feature upsampling results while being feature-agnostic at inference time.
π wimmerth.github.io/anyup/
16.10.2025 09:06 β π 25 π 5 π¬ 1 π 2
The #ICCV2025 main conference open access proceedings is up:
openaccess.thecvf.com/ICCV2025
Workshop papers will be posted shortly. Aloha!
14.10.2025 19:42 β π 24 π 9 π¬ 0 π 0
Andrej Karpathy & @karpathy
X.com
Excited to release new repo: nanochat! (it's among the most unhinged I've written).
Unlike my earlier similar repo nanoGPT which only covered pretraining, nanochat is a minimal, from scratch, full-stack training/inference pipeline of a simple ChatGPT clone in a single, dependency-minimal codebase. You boot up a cloud GPU box, run a single script and in as little as 4 hours later you can talk to your own LLM in a ChatGPT-like web Ul.
It weighs ~8,000 lines of imo quite clean code to:
- Train the tokenizer using a new Rust implementation
- Pretrain a Transformer LLM on FineWeb, evaluate CORE score across a number of metrics
- Midtrain on user-assistant conversations from SmolTalk, multiple choice questions, tool use.
- SFT, evaluate the chat model on world knowledge multiple choice (ARC-E/C, MMLU), math (GSM8K), code (HumanEval)
- RL the model optionally on GSM8K with
IPDDOI
- RL the model optionally on GSM8K with
"GRPO"
- Efficient inference the model in an Engine with
KV cache, simple prefill/ decode, tool use (Python interpreter in a lightweight sandbox), talk to it over CLI or ChatGPT-like WebUl.
- Write a single markdown report card, summarizing and gamifying the whole thing.
Even for as low as ~$100 in cost (~4 hours on an
8XH100 node), you can train a little ChatGPT clone that you can kind of talk to, and which can write stories/poems, answer simple questions.
About ~12 hours surpasses GPT-2 CORE metric.
As you further scale up towards ~$1000 (~41.6 hours of training), it quickly becomes a lot more coherent and can solve simple math/code problems and take multiple choice tests. E.g. a depth 30 model trained for 24 hours (this is about equal to FLOPs of GPT-3 Small 125M and 1/1000th of GPT-3) gets into 40s on MMLU and
70s on ARC-Easy, 20s on GSM8K, etc.
My goal is to get the full "strong baseline" stack into one cohesive, minimal, readable, hackable, maximally forkable repo. nanochat will be the capstone project of LLM101n (which is still being developed). I think it also has potential to grow
developed). I think it also has potential to grow into a research harness, or a benchmark, similar to nanoGPT before it. It is by no means finished, tuned or optimized (actually I think there's likely quite a bit of low-hanging fruit), but I think it's at a place where the overall skeleton is ok enough that it can go up on GitHub where all the parts of it can be improved.
Link to repo and a detailed walkthrough of the nanochat speedrun is in the reply.
nanochat
Karpathy: nanochat
A small training+inference pipeline for creating your own LLM from scratch
$100 will get you a somewhat functional model
$1000 is more coherent & solves math
detailed walkthrough: github.com/karpathy/nan...
repo: github.com/karpathy/nan...
13.10.2025 18:05 β π 93 π 20 π¬ 3 π 2
Working on representation learning for Earth Observation?
Come join the discussion at the EurIPS workshop "REO: Advances in Representation Learning for Earth Observation"
Call for papers deadline: October 15, AoE
Workshop site: sites.google.com/view/reoeurips
@euripsconf.bsky.social @esa.int
09.10.2025 12:32 β π 7 π 4 π¬ 0 π 1
π The #3DV2026 Nectar Track is open for submissions!
1οΈβ£ Spotlight Track: Showcase your strong paper from recent venues with an oral presentation + poster.
2οΈβ£ Exploration Edge Track: Present preliminary ideas, research hurdles, or demos in a poster session.
More details: β¬οΈ
30.09.2025 01:37 β π 3 π 2 π¬ 1 π 0
This marks the kick-off of our #CVPR2026 coverage! Iβm @csprofkgd.bsky.social, and more publicity chairs will be joining in soon.
The key #CVPR2026 dates are now posted. One highlight: the supplementary materials deadline comes a full week AFTER the main paper deadline.
28.09.2025 22:54 β π 15 π 7 π¬ 1 π 0
Great to see more initiatives to bring conferences/events to Europe πͺπΊ. Reducing unnecessary co2 emissions caused by long-distance flights and simultaneously strengthening europe as research location.
17.07.2025 07:34 β π 2 π 0 π¬ 0 π 0
#ICML2025 test of time award
15.07.2025 02:06 β π 27 π 3 π¬ 0 π 3
from gremllm import Gremllm
# Be sure to tell your gremllm what sort of thing it is
counter = Gremllm('counter')
counter.value = 5
counter.increment()
print(counter.value) # 6?
print(counter.to_roman_numerals()) # VI?
The is diabolical... a Python object that hallucinates method implementations on demand any time you call them, using my LLM Python library github.com/awwaiid/grem...
04.07.2025 17:39 β π 222 π 37 π¬ 12 π 13
The #CVPR2025 main conference open access proceedings is up:
openaccess.thecvf.com/CVPR2025
Workshop papers will be posted shortly. Stay tuned...
03.06.2025 14:45 β π 32 π 14 π¬ 0 π 1
A screenshot of the important dates for the WACV2026 submission process.
The #WACV2026 Call for Papers is live at wacv.thecvf.com/Conferences/...! First round paper registration is coming up on July 11th, with the submission deadline on July 18th (all deadlines are 23:59 AoE).
27.05.2025 17:40 β π 10 π 7 π¬ 0 π 0
Camera Calibration and Pose Estimation (CALIPOSE)
Workshop Information
When: October 19th or 20th, 2025
Where: Honolulu, Hawai'i, ICCV 2025
Time: TBD
Preliminary Schedule
Opening [all organizers, 5 mins]
Invited Talk I: Richard Hartley [30 mins]
Inv...
Working on camera calibration or camera pose estimation? Want to finally know how calibrations and poses are obtained for the data you ae using?
Come join us at the CALIPOSE workshop at @iccv.bsky.social
Details are on the workshop website: sites.google.com/view/calipos...
27.05.2025 11:43 β π 26 π 10 π¬ 2 π 1
Heat-map style graphic of Arctic sea ice extent anomalies for every day from 1 January 1979 through 31 December 2024. Blue shading is shown for greater sea ice, and red shading is shown for less sea ice. The baseline is 1981 to 2010. The graphic is in units of million square kilometers from -3 to +3. Data from NSIDC.
Mosaic of daily #Arctic sea-ice extent anomalies over the last four decades or so. Another way of visualizing the long-term trend.
Graphic from zacklabe.com/arctic-sea-i...
18.05.2025 23:13 β π 91 π 27 π¬ 1 π 1
πJoin the ππππ§πππ++ ππ‘ππ₯π₯ππ§π π @ CVPR 2025!
Think your method can handle large-scale 3D scenes?
Put it to the test:
kaldir.vc.in.tum.de/scannetpp/cv...
Updates:
β
Preprocessed, undistorted DSLR images
β
3DGS demo: github.com/scannetpp/3D...
by Yueh-Cheng Liu, @cyeshwanth.bsky.social
01.05.2025 12:16 β π 12 π 4 π¬ 1 π 0
Great thread about the evolution of radiance fields!
26.04.2025 17:04 β π 1 π 0 π¬ 0 π 0
π Guessing where an image was taken is a hard, and often ambiguous problem. Introducing diffusion-based geolocationβwe predict global locations by refining random guesses into trajectories across the Earth's surface!
πΊοΈ Paper, code, and demo: nicolas-dufour.github.io/plonk
10.12.2024 15:56 β π 96 π 32 π¬ 8 π 5
Announcing the Test of Time Award Winners from ICLR 2015 β ICLR Blog
Announcing the Test of Time awards for ICLR 2025! This award recognizes papers published ten years ago at ICLR 2015 that have had a lasting impact on the field. Congratulations to the authors!
blog.iclr.cc/2025/04/14/a...
15.04.2025 03:39 β π 39 π 5 π¬ 1 π 1
Great tool to keep up to date with papers and for finding related works π
14.04.2025 12:05 β π 2 π 0 π¬ 0 π 0
Image Matching Challenge 2025
Reconstruct 3D scenes from messy image collections.
#IMC2025 @cvprconference.bsky.social challenge is online!
This year:
- back to collection_mapping: directory with many (similar) scenes->your job to SfM & cluster them
- a bit more of training set
- no transparent objects
$50000 prize fund
Deadline: June 2
www.kaggle.com/competitions...
#IMW2025
01.04.2025 21:02 β π 21 π 10 π¬ 1 π 1
a yellow padlock with a smiling face on it
ALT: a yellow padlock with a smiling face on it
ACHIEVEMENT UNLOCKED: We have a NEW bold number for total submissions! This year #ICCV2025 has 11239 submissions in review π
The previous record was 8088 at #ICCV2023.
28.03.2025 12:43 β π 5 π 3 π¬ 0 π 0
Enjoying your first day at #3DV2025 but wondering where to find the PDF for the papers you like? We got you!
We just updated the website and now you can find the PDF link on OpenReview for every paper at 3dvconf.github.io/2025/accepte...
25.03.2025 07:03 β π 4 π 2 π¬ 0 π 0
1) Open up image
2) Search around the middle
3) Find the small, bright dot just left of centre
4) Congratulations! You've found the Curiosity rover on Mars, imaged from orbit.
16.02.2025 21:45 β π 442 π 108 π¬ 12 π 6
Line graph time series of 2025's daily Arctic sea ice extent compared to decadal averages from the 1980s to the 2010s. The decadal averages are shown with different colored lines with purple for the 1980s, blue for the 1990s, green for the 2000s, and white for the 2010s. Thin white lines are also shown for each year from 2000 to 2024. 2025 is shown with a thick gold line. There is a long-term decreasing trend in ice extent for every day of the year shown on this graph between January and April by looking at the decadal average line positions.
Monday ice update - #Arctic sea ice extent is currently the *lowest* on record (JAXA data)
β’ about 780,000 kmΒ² below the 2010s mean
β’ about 1,450,000 kmΒ² below the 2000s mean
β’ about 2,010,000 kmΒ² below the 1990s mean
β’ about 2,370,000 kmΒ² below the 1980s mean
Plots: zacklabe.com/arctic-sea-i... π§ͺ
10.02.2025 13:02 β π 218 π 97 π¬ 5 π 10
The German Conference on Pattern Recognition (GCPR) is the annual symposium of the German Association for Pattern Recognition (DAGM). It is the national venue for recent advances in image processing, pattern recognition, and computer vision.
EurIPS is a community-organized, NeurIPS-endorsed conference in Copenhagen where you can present papers accepted at @neuripsconf.bsky.social
eurips.cc
Research Specialist @ATRC, 3D Computer Vision, Machine Learning & Robotics. Previously ICG @TU_Graz, Paris-Sud & CentraleSupΓ©lec π.
Looking for innovative research opportunities π in AI, robotics, and 3D vision.
librarian and illustrator.
will post later, too sleepy
My shop: https://www.willquinnart.com/shop/prints
Trending papers in Vision and Graphics on www.scholar-inbox.com.
Scholar Inbox is a personal paper recommender which keeps you up-to-date with the most relevant progress in your field. Follow us and never miss a beat again!
Keeping you posted on space science activities from the European Space Agency.
Web: http://www.esa.int/science
Privacy Notice: esa.int/connectwithus
#astronomy #space #science
GIS, Geo Data Science, GeoAI, LLMs & NLP
Democratizing Geodata & Tools
Science for safe & just #Climate future. Scientific Directors: Johan #RockstrΓΆm, Ottmar #Edenhofer // Website EN: https://www.pik-potsdam.de/en, DE: https://www.pik-potsdam.de/de // All PIK social media channels: https://pik-potsdam.de/socials
European Space Agency's Climate Team, often posting about ESA's Climate Change Initiative programme - climate.esa.int
Official Bsky Account for WomenInGIS.org
Wir sind das Deutsche Zentrum fΓΌr Luft- und Raumfahrt (DLR) und wir lieben unsere Themen: #Luftfahrt #Raumfahrt #Energie #Verkehr #Digitalisierung #Sicherheit
Impressum: s.dlr.de/im
Netiquette: s.dlr.de/ne
Datenschutz: s.dlr.de/ds
β‘οΈ https://www.dlr.de/
Official Bluesky account of the Institute of #Geosciences at the University of #Potsdam. #Teaching #Research #Studium #Forschung
The OSGeo is a not-for-profit organization whose mission is to foster global adoption of open geospatial technology by being an inclusive software foundation devoted to an open philosophy and participatory community driven development.
The #CopernicusMarine Service, implemented by Mercator Ocean International on behalf of the European Commission, provides data & forecasting services for marine applications and coordinates the #CopernicusCoastalHub and #CopernicusArcticHub.
A global network that inspires, unites and empowers women+ in the geospatial field to become strong changemakers.
Spatial data science languages, open science, R foundation, upright bass
Scientist, trees, forests, carbon, ecosystem structure and function, in all the ways. One tree at a time. Prof at UCL Geography, and NCEO
Danish Resident π©π° | @SeptimaDK | FOSS4G user/advocate/educator | OsGeo Charter Member | Author: Discover QGIS 3.x 2nd Ed. | Co-author: QGIS for Hydrological Applications 2nd Ed.| Co-author: Collecting Field Data with QGIS & Mergin Maps
Supporting the UKβs world-leading Earth Observation, climate science & climate services community across industry, policy & academia. Find out more at www.Space4Climate.com
Department of Geoinformatics at Paris-Lodron UniversitΓ€t Salzburg @unisalzburg.bsky.social
Fachbereich Geoinformatik, DAS Faculty