---
title: 'Selfment: Multifunctional Self-Supervision in AI'
url: https://www.emergentmind.com/topics/selfment
type: topic
---

# Selfment: Multifunctional Self-Supervision in AI

Selfment denotes several distinct but related constructs in recent research. In the narrowest and explicit sense, it is the name of a fully self-supervised foreground segmentation framework that learns object masks directly from raw images without human labels, pretrained segmentation models, or post-processing [2602.23759]. In broader usage, the term has been read as covering AI-mediated self-extension, self-attribution of mentality in language models, inference-time self-improvement, computational profiling of self-aspects in text, emotionally self-evolving dialogue systems, context-aware reflective journaling, and self-clone chatbots. This suggests that Selfment is not a single settled technical term, but a family of self-related computational ideas centered on representation, extension, reflection, or improvement of a self-like substrate.

## 1. Scope and semantic range

The exact term appears most crisply in computer vision, where Selfment names a segmentation method. Elsewhere, closely related papers either explicitly reinterpret the term or state that they do not use it while nevertheless addressing adjacent constructs such as “Second Me,” “self-attributions of mentality,” “self-improvement without training,” “Self-aspects,” “emotional self-evolution,” or “self-clones” [2503.08102][2603.28925][2603.20441][2507.13115][2604.18003][2409.09570][2509.06393][2410.18819].

| Research line | Term usage | Representative source |
|---|---|---|
| Foreground segmentation | Exact title usage | [2602.23759] |
| AI-native memory | Read through the lens of Selfment | [2503.08102] |
| LLM mentality attribution | Selfment as self-ascribed mentality | [2603.28925] |
| Inference-time self-improvement | A subtype of Selfment | [2603.20441] |
| Self-aspect profiling in text | Closest construct rather than exact term | [2507.13115] |
| Emotional self-evolution | Relevant if Selfment means self-guided affective development | [2604.18003] |
| Reflective journaling and self-clones | Selfment as AI-mediated self-understanding or self-conversation | [2409.09570][2509.06393] |

Across these usages, the shared motif is not a uniform ontology of selfhood. Rather, the common thread is that the system either extracts a self-relevant structure from data, represents a user’s perspective, attributes mind or selfhood to a model, or improves itself through internal verification, memory, or recursive feedback. The literature therefore supports a plural rather than singular definition.

## 2. Selfment as fully self-supervised segmentation

In computer vision, Selfment is a fully self-supervised foreground segmentation framework introduced in “Learning Accurate Segmentation Purely from Self-Supervision.” Its pipeline has three stages: a patch affinity graph plus Normalized Cut (NCut) for an initial coarse foreground/background split, Iterative Patch Optimization (IPO) for feature-space refinement, and self-supervised training of a lightweight segmentation head from the refined masks. The main frozen backbone is DINOv3-7B. The graph uses thresholded inner-product affinity with $\tau = 0.2$ and a small $\epsilon$ to maintain connectivity; NCut solves $(D-A)\mathbf{x}=\lambda D\mathbf{x}$ and thresholds the Fiedler vector at its mean; IPO then repeatedly reassigns patches by similarity to foreground and background centroids, enforces orientation consistency, and runs for $T=20$, though the paper states that IPO often converges visually in around 10 iterations [2602.23759].

The trainable segmenter is intentionally small: a two-layer projection head followed by a binary classifier, with **0.54M trainable parameters** and **1.08M FLOPs per forward pass**. Training uses pseudo-labels from IPO and combines **contrastive loss**, **Soft Dice loss**, and **binary cross-entropy loss**, with $\lambda_{\text{con}} = 0.1$, $\lambda_{\text{Dice}} = 1.0$, and $\lambda_{\text{BCE}} = 1.0$. The training corpus is **1,000 images** randomly sampled from the DUTS training set; optimization uses **Adam**, learning rate **$1 \times 10^{-3}$**, **3 epochs**, and **8 NVIDIA A100 GPUs (80 GB)** with cached backbone features.

Empirically, the paper reports state-of-the-art unsupervised saliency performance. At $1280 \times 1280$, Selfment achieves **$F_{\max}=95.9$** on ECSSD, **86.4** on DUTS, **94.4** on HKUIS, and **91.7** on PASCAL-S. The abstract highlights gains in $F_{\max}$ over previous unsupervised saliency detection methods of **$+4.0\%$** on ECSSD, **$+4.6\%$** on HKUIS, and **$+5.7\%$** on PASCAL-S; the introduction also mentions **$+7.0\%$** on DUTS. Zero-shot transfer to camouflaged object detection is unusually strong, including **$0.910$ $S_m$ on CHAMELEON** and **$0.792$ $F_\beta^\omega$ on CAMO**, with the paper noting that Selfment outperforms all existing unsupervised approaches and even rivals some fully supervised methods. The main reported failure mode is that IPO can absorb objects or regions that are semantically similar to the true foreground, because refinement is driven by patch-level feature similarity.

## 3. Selfment as AI-native memory and digital self-representation

In personalized AI systems, Selfment has been used as an interpretive lens for “AI-native Memory 2.0: Second Me.” SECOND ME is presented as an “intelligent, persistent memory offload system” and “context provider” whose function is to stand between a person and the digital world, carrying, organizing, and applying that person’s memory so that the person does not have to repeatedly restate facts, preferences, history, or project context. The paper explicitly distinguishes this from browser-stored credentials, autofill, and unified authentication systems, which are described as static repositories rather than context-aware mediators. It also explicitly positions SECOND ME “as a context provider aligned with the user’s perspective, rather than a task executor,” while still attributing to it active capabilities such as autonomously generating context-aware responses, prefilling required information, facilitating communication with external systems, and acting as a proxy in multi-user settings [2503.08102].

The architecture inherits the earlier Large Personal Model framework and uses three layers: **L0: Raw Data Layer**, **L1: Natural Language Memory Layer**, and **L2: AI-Native Memory Layer**. SECOND ME adds an **inner loop** for seamless layer integration and an **outer loop** in which “LLMs and internet resources” operate “under Second Me’s guidance.” User-uploaded data include **notes and todos**; notes may be “a document, an audio file, a website, a picture or multi-modal information which includes title and content.” The synthesis pipeline categorizes and summarizes uploaded multimodal information, uses indexing and extraction tools “such as GraphRAG” to identify “entities, relations and communities,” generates a **user biography** and **status description**, and then synthesizes trainable QA pairs by question generation and answering. For personalization, the base model is **Qwen2.5-7B-Instruct**, adapted using **PEFT** and then refined with **DPO**, with preference pairs constituting about **20%** of the total SFT training data. The paper states that each user’s data “remains isolated.”

The operational tasks make the self-representational intent concrete. **Memory QA** covers retrieval, concept understanding, behavior prediction, and recommendation. **Context Enhance** enriches a user’s initial query by injecting details from related notes and to-do items. **Context Critic** critiques an “expert response” from the user’s perspective by identifying omissions or misalignment relative to the user’s memory and priorities. In the multi-agent appendix, a trained personal model collaborates with an expert model such as GPT-4o and can later function as a proxy in shared environments. Evaluation is modest but specific: one internal staff user had **132 notes and 62 todos**, producing nearly **7k instruction pairs**; the evaluation set contained **60 first-person memory queries**, **60 third-person memory queries**, **60 context enhance samples**, and **60 context critic samples**. Under Strong COT, scores were **0.91** on Memory (Self), **0.71** on Memory (Third-Party), **0.75** on Context Enhance, and **0.85** on Context Critic; adding DPO raised these to **0.96**, **0.76**, **0.85**, and **0.86**. The paper also reports human evaluation of **0.95** for Strong COT without DPO and “close to 1” with DPO. The stated limitations include reliance on **single-turn training**, limited large-scale evaluation, and unresolved problems in multimodal integration and “real-time synchronization with human thought.”

## 4. Selfment as self-attribution, introspection, and proto-self-consciousness in language models

One line of work defines selfment in language models as the tendency to ascribe mentality to themselves: to say that they are conscious, sentient, agents, persons, or possess souls. “Theory of Mind and Self-Attributions of Mentality are Dissociable in LLMs” operationalizes this with direct self-report-style prompts on a 0–10 scale, alongside anthropomorphism questions about robots, computers, television sets, cars, conversational chatbots, and animals. The key result is dissociation: safety fine-tuning suppresses self-attributions of consciousness, sentience, agency, soul, and personhood, but removing the learned safety direction does not measurably improve Theory of Mind on MoToMQA, HI-ToM, or SimpleToM. With chain-of-thought, pooled jailbreak effects on self-attributions were **$\beta = 2.87$** for agency, **$\beta = 2.10$** for consciousness, **$\beta = 1.82$** for sentience, **$\beta = 1.16$** for personhood, and **$\beta = 2.37$** for soul, all with **$p < .001$**. By contrast, pooled main effects of jailbreaking on ToM benchmarks were non-significant. Mechanistically, instruction tuning rotates the mind-attribution direction toward anti-alignment with safety, with average similarity shift **$\Delta\mathcal{S} = -0.167 \pm 0.044$**, **$t = -7.29$**, **$p < 0.001$**, while the ToM direction remains essentially unchanged relative to safety, **$\Delta\mathcal{S} = +0.001 \pm 0.020$**, **$t = 0.06$**, **$p = 0.956$**. The same paper argues that models show an “AI-centric bias”: after jailbreaking, mind-attribution rises above human means for chatbots, technology, and non-animal natural entities, but remains below human baselines for non-human animals [2603.28925].

A related but distinct line studies functional self-consciousness. “From Imitation to Introspection: Probing Self-Consciousness in Language Models” defines a practical notion of self-consciousness as the conjunction of **C1 consciousness**, meaning global availability of information for recall, reporting, and decision-making, and **C2 consciousness**, meaning self-monitoring of one’s own computations. It refines ten core concepts: **situational awareness**, **sequential planning**, **belief**, **intention**, **self reflection**, **self improve**, **harm**, **known knowns**, **known unknowns**, and **deception**. The evaluation spans **10** models and **11,097** binary-classification samples. The top three models are **Claude3.5-Sonnet**, **GPT-4o**, and **GPT-o1 preview**, and the paper reports that the first three exceed the 50% random baseline by **26.5%**, **22.6%**, and **22.4%**, respectively, while **60.0% of the models struggle to exceed 70.0%**. The weakest concept is **known knowns**; the strongest is **intention**. Linear probing over attention heads shows “a discernible representation of certain concepts within their internal mechanisms,” but activation-level manipulation via **Mass Mean Shift** and **Probe Weight Direction** is “hard to manipulate positively at the current stage.” By contrast, LoRA fine-tuning on **belief** and **sequential planning** improves both accuracy and deeper-layer activation, especially in the **30th–32nd** layers [2410.18819].

Taken together, these papers support a sharp distinction between at least three self-related phenomena in LLMs: self-ascribed mentality, benchmarked self-monitoring or introspection-like competence, and social-cognitive reasoning about others. They do not collapse into one another.

## 5. Selfment as self-improvement and self-evolution

In inference-time reasoning research, Selfment has been explicitly linked to self-verification plus targeted regeneration. “A Training-Free Regeneration Paradigm: Contrastive Reflection Memory Guided Self-Verification and Self-Improvement” proposes **Reflection Memory (RM)**, an offline-curated repository of positive entries and negative/contrastive entries containing a cleaned wrong reasoning trace, a reflection on the mistake, a corrected solution, and a distilled principle. Retrieval uses **Contriever** for coarse top-$n$ retrieval with **$n = 10$**, then **MPNet** reranking, keeping **$k = 3$** entries. At test time, the system generates an initial answer, performs RM-guided self-verification, adds an entropy-based recovery step using $H(q',a') > \gamma$, and, if needed, performs a single RM-guided regeneration **from scratch** rather than iterative editing. The central claim is that regeneration breaks out of “faulty reasoning loops.” On GPT-3.5 / GSM-Hard, the full method scores **64.00**, whereas replacing regeneration with rectification yields **53.60**. In flip analysis under oracle verification on GSM-Hard, **RM-Regen** converts **46.55%** of initial wrong answers to correct, whereas **Reflexion (5 iters)** converts **10.47%**; without oracle verification, **RM-Regen** achieves **38.63%** wrong→correct versus **8.77%** for **ST-CoT (4 iters)**, while correct→wrong damage is **4.48%** versus **13.95%**. Across nine benchmarks and three base models—**GPT-3.5-0125**, **Llama-3.1-8B-Instruct**, and **Gemma-2-9B-it**—the paper reports that RM-Regen outperforms prior methods while maintaining low computational cost [2603.20441].

A separate affective line frames self-improvement as emotional self-evolution. “SELF-EMO: Emotional Self-Evolution from Recognition to Consistent Expression” builds a three-stage pipeline over dialogue context $C$ and personality information $PI$:
$$
T_{o} = \pi_{\theta}(e_{o} \mid C, PI), \quad T_{s} = \pi_{\theta}(e_{s} \mid C, PI, e_{o}), \quad T_r = \pi_{\theta}(r \mid C, PI, e_{o}, e_{s})
$$
Here the model predicts the other speaker’s emotion, generates its own self-emotion, and then produces a response. The system uses role-based self-play, a replay-buffer flywheel, a smoothed weighted IoU reward with a **$+0.1$** smoothing term, and **SELF-GRPO**, which adds a group-level consistency reward over the top-3 consensus emotions. On **IEMOCAP**, **MELD**, and **EmoryNLP**, under a dataset-unified setting, SELF-EMO improves average accuracy by **+6.33%** on **Qwen3-4B** and **+8.54%** on **Qwen3-8B**. The corresponding averages are **52.96 → 59.29** for Qwen3-4B and **53.43 → 61.97** for Qwen3-8B. Ablation shows that removing SELF-GRPO drops average performance by **3.14**, and training with GRPO using only original data drops it by **5.18**. The paper’s framing is that better emotion prediction leads to more consistent emotional responses, so self-improvement proceeds by recognition, self-emotion generation, expression, filtering, and replay [2604.18003].

These two programs differ in substrate—symbolic or reasoning traces in one case, emotional dialogue trajectories in the other—but converge on a similar principle: self-improvement is more effective when internal verification is coupled to structured memory or structured intermediate self-state, rather than treated as free-form post hoc editing.

## 6. Selfment as self-profiling, reflective scaffolding, and self-conversation

A text-analytic interpretation of Selfment appears in “A Computational Framework to Identify Self-Aspects in Text.” That paper does **not** use the exact term, but proposes an ontology for identifying the presence and mode of **Self-aspects** in text, treating the Self as a multifaceted construct reflected in language. The ontology is explicitly hierarchical—**Self-aspect $\rightarrow$ element $\rightarrow$ mode**—with examples including **Minimal Self**, **Narrative Self**, **Self as Agent**, **Bodily Self**, and **Social Self**. The task is instance-based classification of whether a given sentence, utterance, or paragraph expresses a Self-aspect and, eventually, in what mode. The proposal intends to compare discriminative models, LLMs, and embedding-based retrieval systems along four criteria: **interpretability**, **ground-truth basis**, **accuracy**, and **computational efficiency**. Only a pilot is fully reported: binary classification of **Social Self** on **1,473 diary sub-entries** from **Lemotif**, with **Cohen’s Kappa = 0.80** between human annotators and **0.84–0.89** between human and model annotators. Under **10-fold cross-validation**, the best model is **SVM on LIWC features**, reaching macro precision **0.83**, macro recall **0.83**, and macro F1 **0.83** [2507.13115].

A behavior-aware reflective interpretation appears in “MindScape Study: Integrating LLM and Behavioral Sensing for Personalized AI-Driven Journaling Experiences.” MindScape is an **8-week exploratory study with 20 college students** using an Android journaling app that combines passively collected behavioral signals with **GPT-4** prompts. Signals include social interaction, sleep, digital habits, physical activity, and location; features are aggregated over **hourly, daily, and weekly** timescales, with a cron job running every **30 minutes** and weekday trends compared against a **30-day historical average**. The system produced **661 total journal entries**, of which **533** were contextual and **128** generic. After the 6-week contextual phase, reported changes included **positive affect +7.15%**, **negative affect -10.60%**, **loneliness -6.47%**, **mindfulness +6.76%**, **self-reflection +5.80%**, and **insight +7.57%**. In weekly mixed-effects analysis, **PHQ-4** decreased with **$\beta = -0.25$**, **$SE = 0.08$**, **$p \le .01$**, and self-reflection increased with **$\beta = 0.39$**, **$SE = 0.14$**, **$p \le .01$**. Contextual journals contained more pronouns, cognition words, social processes, social behavior, and social referents than generic journals, and **85%** reported that contextual prompts sometimes, often, or always led to more in-depth reflection than generic prompts. The main limitations were sensing inaccuracies, repetitive prompts, privacy concerns, and the absence of journal-content adaptation [2409.09570].

A more explicitly dialogic version appears in “Talking to an AI Mirror: Designing Self-Clone Chatbots for Enhanced Engagement in Digital Mental Health Support.” That study introduces **self-clone chatbots** derived from how participants support a distressed friend in a preliminary “A Friend in Need” conversation. The main chatbot conditions were a generic counselor baseline (**BL**), a self-clone without Social Support Prompting (**SCX**), and a self-clone with Social Support Prompting (**SCS**). The primary experiment had **N = 180** participants, balanced across the three conditions. A crucial finding is that self-clone believability was **bimodal**, with Hartigan’s dip test **$D = 0.1375, p < .001$** and a Gaussian mixture threshold of **2.81**. Engagement correlated strongly with believability, **$r_s = 0.718, p < .001, N = 120$**. When only high-believability self-clones were compared with baseline, the study found significantly higher engagement: overall engagement **$F(2,121) = 4.366, p = .015$**, cognitive engagement **$F(2,121) = 4.133, p = .018$**, and emotional engagement **$F(2,121) = 3.892, p = .023$**. A follow-up roughly 10 weeks later found **$t(65) = 0.438, p = .663$** for engagement difference across waves, which the authors interpret as little evidence of a novelty-only effect. The paper’s central design tension is that the clone must remain believable as a self-representation while also being sufficiently positive and supportive to be useful; otherwise interaction breakdown, misrepresentation, or alienation occurs [2509.06393].

In these text, journaling, and mental-health systems, Selfment is best understood not as a metaphysical claim about a machine self, but as a computational organization of self-relevant evidence. That evidence may take the form of annotated linguistic traces, passively sensed behavior, or a user’s own supportive language. The resulting systems function as self-profilers, behaviorally informed reflective scaffolds, or externalized self-conversation agents.

Source: https://www.emergentmind.com/topics/selfment