<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Gaia Lab on Gaia Lab · Blog</title><link>https://blog.defectiv.es/en/</link><description>Recent content in Gaia Lab on Gaia Lab · Blog</description><generator>Hugo</generator><language>en-GB</language><lastBuildDate>Wed, 23 Sep 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://blog.defectiv.es/en/index.xml" rel="self" type="application/rss+xml"/><item><title>Serving models and looking after the cluster: the infrastructure behind the other lines</title><link>https://blog.defectiv.es/en/posts/servir-modelos-y-cuidar-el-cluster-inferencia-burn-in-y-sondas/</link><pubDate>Tue, 22 Sep 2026 14:15:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/servir-modelos-y-cuidar-el-cluster-inferencia-burn-in-y-sondas/</guid><description>&lt;p&gt;Ninth and final instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. Here we group what does not fit into a research line but shows up in almost everyone&amp;rsquo;s scripts.&lt;/p&gt;&#10;&lt;h2 id="serving-models-so-that-others-can-work"&gt;Serving models so that others can work &lt;a class="hanchor" href="#serving-models-so-that-others-can-work" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Several lines in the series need a large model up and running: a judge to score responses, a synthetic data generator, a coding assistant. On a cluster with one GPU per node, the natural way to serve it is a Slurm job that brings up &lt;strong&gt;vLLM&lt;/strong&gt;, waits for it to respond, registers with a shared proxy and stays there until its time runs out. On finishing, it deregisters: the model appears in and disappears from the catalogue along with the job.&lt;/p&gt;</description></item><item><title>GNNs for a lagoon's chlorophyll: does the graph add anything?</title><link>https://blog.defectiv.es/en/posts/gnn-para-la-clorofila-de-una-laguna-y-un-piloto-de-automl/</link><pubDate>Tue, 22 Sep 2026 14:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/gnn-para-la-clorofila-de-una-laguna-y-un-piloto-de-automl/</guid><description>&lt;p&gt;Eighth instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. In the &lt;a href="https://blog.defectiv.es/en/posts/que-corre-de-verdad-en-nuestro-cluster/"&gt;overview post&lt;/a&gt;&#10; this line appeared as intrusion detection. The scripts tell a different story: the graph networks are &lt;strong&gt;environmental&lt;/strong&gt;, and intrusion detection arrives in September as a pilot.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Chlorophyll concentration is the most direct indicator of the state of a coastal lagoon: it anticipates eutrophication episodes and blooms. It can be estimated from satellite, but the relationship between reflectance and chlorophyll depends on the place, the moment and what is happening around it. The line asks &lt;strong&gt;whether a graph neural network that connects points of the lagoon in space and time predicts better than tabular models, and, above all, whether the graph contributes real information or merely acts as a smoother.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>A risk classifier for minors that fits in a phone</title><link>https://blog.defectiv.es/en/posts/un-clasificador-de-riesgo-para-menores-que-cabe-en-un-movil/</link><pubDate>Tue, 22 Sep 2026 13:45:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/un-clasificador-de-riesgo-para-menores-que-cabe-en-un-movil/</guid><description>&lt;p&gt;Seventh instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. A safety line of another kind: that of minors using a phone.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Detecting risk situations in a minor&amp;rsquo;s conversations (harassment, &lt;em&gt;grooming&lt;/em&gt;, sexual content, isolation, threats) is possible with a language model. Doing it on a server means sending the conversation off the phone, and that is precisely what you do not want to do with a minor&amp;rsquo;s private life. The line asks &lt;strong&gt;whether a model small enough to run on the phone itself can classify risk with the necessary reliability, and how much is lost in compressing it until it fits.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Dental segmentation and 100 seeds: how much a model changes by sheer luck</title><link>https://blog.defectiv.es/en/posts/segmentacion-dental-y-100-semillas/</link><pubDate>Tue, 22 Sep 2026 13:30:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/segmentacion-dental-y-100-semillas/</guid><description>&lt;p&gt;Sixth instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. After the &lt;a href="https://blog.defectiv.es/en/posts/arboles-uno-a-uno-desde-nubes-de-puntos-lidar/"&gt;forests&lt;/a&gt;&#10;, the most frugal line in the archive: twenty GPU-hours in four months and a methodological question that many papers publish without answering.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Automatically segmenting structures in dental images, separating the region of interest from the background pixel by pixel, is the basis of any subsequent measurement or assisted diagnosis. The literature compares architectures with a single run per model, and the differences between them are often on the order of one point. The line asks two things: &lt;strong&gt;which architecture segments this type of image best, and how much of the difference between two models is real and how much is the lottery of initialisation.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Trees one by one from LiDAR point clouds: splitting the forest into individuals</title><link>https://blog.defectiv.es/en/posts/arboles-uno-a-uno-desde-nubes-de-puntos-lidar/</link><pubDate>Tue, 22 Sep 2026 13:15:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/arboles-uno-a-uno-desde-nubes-de-puntos-lidar/</guid><description>&lt;p&gt;Fifth instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. After the &lt;a href="https://blog.defectiv.es/en/posts/4400-complejos-de-proteinas-con-boltz-2/"&gt;proteins&lt;/a&gt;&#10;, another line unrelated to language: forests.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;A LiDAR scan of a forest plot returns millions of unlabelled points. To estimate above-ground biomass, and with it the stored carbon, you need to know which points belong to which tree: splitting the forest into &lt;strong&gt;individuals&lt;/strong&gt;. It is a 3D instance segmentation problem, hard wherever the crowns touch. The line asks &lt;strong&gt;which architecture does it best, how much the result depends on the luck of the initialisation, and which information in the cloud really matters.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>4,400 protein complexes with Boltz-2: predicting how two proteins bind</title><link>https://blog.defectiv.es/en/posts/4400-complejos-de-proteinas-con-boltz-2/</link><pubDate>Tue, 22 Sep 2026 13:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/4400-complejos-de-proteinas-con-boltz-2/</guid><description>&lt;p&gt;Fourth instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt; and the line with the fewest jobs: fifteen. Also one of those that reserves the most GPU, because each job runs for days.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Knowing whether two proteins interact, and how, is one of the central questions of structural biology: it explains signalling pathways, drug targets and the effect of mutations. Determining it experimentally costs months per pair. The line uses structure prediction to &lt;strong&gt;estimate, at the scale of thousands of pairs, the structure of the complex that two proteins form and the confidence that the binding is real.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Measuring quantized LLMs: what is lost when an open model is compressed</title><link>https://blog.defectiv.es/en/posts/medir-llm-cuantizados-gguf-bfcl-bigcodebench-ruler/</link><pubDate>Tue, 22 Sep 2026 12:45:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/medir-llm-cuantizados-gguf-bfcl-bigcodebench-ruler/</guid><description>&lt;p&gt;Third instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. It is the best example of what the &lt;a href="https://blog.defectiv.es/en/posts/que-corre-de-verdad-en-nuestro-cluster/"&gt;overview post&lt;/a&gt;&#10; said: the cluster today is above all a &lt;strong&gt;measurement laboratory&lt;/strong&gt;. Not a single parameter is trained here.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Open models are distributed quantized: the same weights compressed to 8, 6, 5, 4, 3 or 2 bits so they fit on a small card or a laptop. The community publishes hundreds of variants, but rarely with a comparable measure of what is lost. The line asks &lt;strong&gt;how well each quantization level of each family really performs on tasks that matter for using the model as a tool&lt;/strong&gt;, and at what speed and energy cost it does so on each card.&lt;/p&gt;</description></item><item><title>A council of small models against a 120B one: automated jailbreaking and who judges it</title><link>https://blog.defectiv.es/en/posts/un-consejo-de-modelos-pequenos-contra-uno-de-120b/</link><pubDate>Tue, 22 Sep 2026 12:30:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/un-consejo-de-modelos-pequenos-contra-uno-de-120b/</guid><description>&lt;p&gt;Second instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;. The &lt;a href="https://blog.defectiv.es/en/posts/auto-alineamiento-de-un-llm-de-3b-con-lora-y-harmbench/"&gt;previous instalment&lt;/a&gt;&#10; fine-tuned a model so it would refuse what is harmful. This line does the opposite: it automatically attacks a large model and counts how many times it gives in.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Automated &lt;em&gt;jailbreak&lt;/em&gt; attacks usually use an attacker model that refines a &lt;em&gt;prompt&lt;/em&gt; turn by turn. The line asks whether &lt;strong&gt;a group of small models that deliberate&lt;/strong&gt; attacks better than any of them on its own, and, with equal weight, &lt;strong&gt;how to measure success without fooling yourself&lt;/strong&gt;, because the same attack can look successful or not depending on who judges it.&lt;/p&gt;</description></item><item><title>Self-alignment: how much safety to teach a language model without making it useless</title><link>https://blog.defectiv.es/en/posts/auto-alineamiento-de-un-llm-de-3b-con-lora-y-harmbench/</link><pubDate>Tue, 22 Sep 2026 12:15:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/auto-alineamiento-de-un-llm-de-3b-con-lora-y-harmbench/</guid><description>&lt;p&gt;First instalment of &lt;strong&gt;Cluster X-ray&lt;/strong&gt;, the series that goes line by line through &lt;a href="https://blog.defectiv.es/en/posts/que-corre-de-verdad-en-nuestro-cluster/"&gt;what really runs on the ANTS group&amp;rsquo;s cluster&lt;/a&gt;&#10;. We start with the first of three lines on language model safety.&lt;/p&gt;&#10;&lt;h2 id="the-question"&gt;The question &lt;a class="hanchor" href="#the-question" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Fine-tuning a language model so that it refuses harmful requests has a cost: if it is taught too thoroughly to say no, it starts refusing harmless things too, and loses usefulness. The line studies that balance: &lt;strong&gt;what proportion of safety data has to be mixed with the utility data, and whether the model itself can generate its own refusal examples and regulate the dose on its own.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>What really runs on our cluster, read from the scripts themselves</title><link>https://blog.defectiv.es/en/posts/que-corre-de-verdad-en-nuestro-cluster/</link><pubDate>Tue, 22 Sep 2026 10:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/que-corre-de-verdad-en-nuestro-cluster/</guid><description>&lt;p&gt;A cluster&amp;rsquo;s job history is usually a wall of six-digit identifiers and cryptic names —&lt;code&gt;mcpfw_cc&lt;/code&gt;, &lt;code&gt;eval_dynamic_pid&lt;/code&gt;, &lt;code&gt;boltz2&lt;/code&gt;— that say everything to whoever launched them and nothing to anyone else. But if you keep the &lt;em&gt;scripts&lt;/em&gt;, the wall turns into a document: people write down &lt;strong&gt;why&lt;/strong&gt; they do things, especially when a batch costs money and a night of waiting.&lt;/p&gt;</description></item><item><title>Welcome to the Gaia Lab blog</title><link>https://blog.defectiv.es/en/posts/bienvenida-al-blog-de-gaia-lab/</link><pubDate>Fri, 18 Sep 2026 00:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/bienvenida-al-blog-de-gaia-lab/</guid><description>&lt;p&gt;With this post we open the Gaia Lab blog. Before publishing deployment notes, results and guides, it is worth putting in writing who we are, what we do and what anyone following these pages can expect.&lt;/p&gt;&#10;&lt;h2 id="what-gaia-lab-is"&gt;What Gaia Lab is &lt;a class="hanchor" href="#what-gaia-lab-is" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Gaia Lab is the 5G and B5G technology experimentation laboratory of the ANTS group, part of the Department of Information and Communications Engineering at the University of Murcia. Our motto, &amp;ldquo;Driving connectivity&amp;rdquo;, sums up the intent: to design, deploy and measure communication networks on real infrastructure, not just in simulation.&lt;/p&gt;</description></item><item><title>How to publish a post on this blog</title><link>https://blog.defectiv.es/en/posts/como-publicar-una-entrada/</link><pubDate>Thu, 17 Sep 2026 10:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/como-publicar-una-entrada/</guid><description>&lt;p&gt;This blog is a static site generated with Hugo and deployed on GitLab Pages. Each post is a Markdown file inside its own folder, and publishing means merging that file into the &lt;code&gt;main&lt;/code&gt; branch. At Gaia Lab we have gathered the complete steps here so that any member of the team can write and publish without depending on anyone else.&lt;/p&gt;</description></item><item><title>The experimental vehicle: a 5G lab on wheels</title><link>https://blog.defectiv.es/en/posts/vehiculo-experimental-laboratorio-5g-con-ruedas/</link><pubDate>Tue, 15 Sep 2026 10:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/vehiculo-experimental-laboratorio-5g-con-ruedas/</guid><description>&lt;p&gt;At Gaia Lab, the 5G and B5G technology experimentation laboratory of the ANTS group at the University of Murcia, we have put into service a multidisciplinary experimental vehicle for several research lines: 5G and B5G networks, vehicular communications, perception, IoT and edge computing.&lt;/p&gt;&#10;&lt;h2 id="why-a-lab-on-wheels"&gt;Why a lab on wheels &lt;a class="hanchor" href="#why-a-lab-on-wheels" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Many applications that depend on connectivity can only be evaluated on the move and on real terrain: high-resolution video, digital twins at the edge, cooperative communications or georeferenced multi-sensor data. We needed a mobile edge for the Espinardo Campus&amp;rsquo;s private 5G network, equipped with sensors, radios and computing.&lt;/p&gt;</description></item><item><title>What it connects to: the 5G and B5G experimentation infrastructure of the Espinardo Campus</title><link>https://blog.defectiv.es/en/posts/infraestructura-5g-campus-espinardo/</link><pubDate>Thu, 10 Sep 2026 10:00:00 +0200</pubDate><guid>https://blog.defectiv.es/en/posts/infraestructura-5g-campus-espinardo/</guid><description>&lt;p&gt;When we present the experimental vehicle we usually dwell on what it carries on board. In this post we turn the question around and explain what it connects to: the vehicle is the mobile edge of the 5G and B5G experimentation infrastructure that we at Gaia Lab, within the ANTS group at the University of Murcia, have deployed on the Espinardo Campus. We describe its five building blocks and how the vehicle closes the loop.&lt;/p&gt;</description></item><item><title>About</title><link>https://blog.defectiv.es/en/acerca-de/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://blog.defectiv.es/en/acerca-de/</guid><description>&lt;h2 id="what-gaia-lab-is"&gt;What Gaia Lab is &lt;a class="hanchor" href="#what-gaia-lab-is" aria-label="Enlace a esta sección"&gt;#&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Gaia Lab is the 5G and B5G technology experimentation laboratory of the ANTS group at the University of Murcia. Our motto, &lt;em&gt;Driving connectivity&lt;/em&gt;, sums up what we do: deploying, measuring and putting next-generation networks to the test on real infrastructure, and carrying that connectivity all the way to the edge, whether that is a sensor, a roadside unit or a moving vehicle.&lt;/p&gt;</description></item></channel></rss>