Oct 27, 2024

Predictive Analytics & Imagery for Environmental Monitoring

Shambhavi Adhikari, Yeji Kim, Dilrose Karakattil

Climate change poses multifaceted challenges, impacting health, food security, biodiversity, and the economy. This study explores predictive analytics and satellite imagery to address climate change effects, focusing on deforestation monitoring, carbon emission analysis, and flood prediction. Using machine learning models, including a Random Forest for emissions and a Custom U-Net for deforestation, we developed predictive tools that provide actionable insights. The findings show high accuracy in predicting carbon emissions and flood risks and successful monitoring of deforestation areas, highlighting the potential for advanced monitoring systems to mitigate environmental threats.

Reviewer's Comments

Reviewer's Comments

Arrow
Arrow
Arrow

This project is well-motivated and a great opportunity to apply machine learning. However, the specific subtask the authors chose feels somewhat loosely connected to the central theme. Strengthening the project could involve a more detailed discussion on the connections between the identified problems, along with a unified perspective on the methodologies applied to each subproblem. This approach would bring greater cohesion and clarity to the project.

Relevant problem with an impressive implementation in such a short time-span. To develp this further, I would like to see how your method compares to current SOTA models for such predictions. To make this work more impactfull you could include a discussion on how these results could guide policy.

This project tries to touch on the true need for technical innovative measures to detect contributing factors to climate change. It uses tried and true machine learning methods that are interpritable and well studied.

Would benefit from more integration & synchronization between the three different components (emission, flood, deforestation)

Cite this work

@misc {

title={

Predictive Analytics & Imagery for Environmental Monitoring

},

author={

Shambhavi Adhikari, Yeji Kim, Dilrose Karakattil

},

date={

10/27/24

},

organization={Apart Research},

note={Research submission to the research sprint hosted by Apart.},

howpublished={https://apartresearch.com}

}

Recent Projects

View All

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

Feb 2, 2026

Fingerprinting All AI Cluster I/O Without Mutually Trusted Processors

We design and simulate a "border patrol" device for generating cryptographic evidence of data traffic entering and leaving an AI cluster, while eliminating the specific analog and steganographic side-channels that post-hoc verification can not close. The device eliminates the need for any mutually trusted logic, while still meeting the security needs of the prover and verifier.

Read More

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.
This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.