Random subcube model

From testwiki
Revision as of 21:51, 16 February 2025 by imported>Starlighsky (Added link.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Template:No footnotes

Phase diagram of random subcube model.

In statistical mechanics, the random-subcube model (RSM) is an exactly solvable model that reproduces key properties of hard constraint satisfaction problems (CSPs) and optimization problems, such as geometrical organization of solutions, the effects of frozen variables, and the limitations of various algorithms like decimation schemes.

The RSM consists of a set of N binary variables, where solutions are defined as points in a hypercube. The model introduces clusters, which are random subcubes of the hypercube, representing groups of solutions sharing specific characteristics. As the density of constraints increases, the solution space undergoes a series of phase transitions similar to those observed in CSPs like random k-satisfiability (k-SAT) and random k-coloring (k-COL). These transitions include clustering, condensation, and ultimately the unsatisfiable phase where no solutions exist.

The RSM is equivalent to these real CSPs in the limit of large constraint size. Notably, it reproduces the cluster size distribution and freezing properties of k-SAT and k-COL in the large-k limit. This is similar to how the random energy model is the large-p limit of the p-spin glass model.

Setup

Subcubes

There are N particles. Each particle can be in one of two states 1,+1.

The state space {1,+1}N has 2N states. Not all are available. Only those satisfying the constraints are allowed.

Each constraint is a subset Ai of the state space. Each Ai is a "subcube", structured like Ai=j1:NAij where each Aij can be one of {1},{+1},{1,+1}.

The available states is the union of these subsets: S=iAi

Random subcube model

Each random subcube model is defined by two parameters α,p(0,1).

To generate a random subcube Ai, sample its components Aij IID according to Pr(Aij={1})=p/2Pr(Aij={+1})=p/2Pr(Aij={1,+1})=1p

Now sample 2(1α)N random subcubes, and union them together.

Entropies

The entropy density of the r-th cluster in bits is sr:=1Nlog2|Ar|

The entropy density of the system in bits is s:=1Nlog2|rAr|

Phase structure

Cluster sizes and numbers

Let n(s) be the number of clusters with entropy density s, then it is binomially distributed, thus E[n(s)]=2(1α)NP2NΣ(s)+o(N)Var[n(s)]=2(1α)NP(1P)Var[n(s)]E[n(s)]22NΣ(s) where P:=(NsN)p(1s)N(1p)sN,Σ(s):=1αDKL(s1p)DKL(s1p):=slog2s1p+(1s)log21sp

By the Chebyshev inequality, if Σ>0, then n(s) concentrates to its mean value. Otherwise, since E[n(s)]0, n(s) also concentrates to 0 by the Markov inequality.

Thus, n(s){2NΣ(s)+o(N)if Σ(s)>00if Σ(s)<0 almost surely as N.

When Σ=0 exactly, the two forces exactly balance each other out, and n(s) does not collapse, but instead converges in distribution to the Poisson distribution Poisson(1) by the law of small numbers.

Liquid phase

For each state, the number of clusters it is in is also binomially distributed, with expectation2(1α)N(1p/2)N=2N(log2(2p)α)

So if α<log2(2p), then it concentrates to 2N(log2(2p)α), and so each state is in an exponential number of clusters.

Indeed, in that case, the probability that all states are allowed is[1[1(1p/2)N]2(1α)N]2Nee2N(log2(2p)α)+Nln21

Thus almost surely, all states are allowed, and the entropy density is 1 bit per particle.

Clustered phase

If α>αd:=log2(2p), then it concentrates to zero exponentially, and so most states are not in any cluster. Those that do are exponentially unlikely to be in more than one. Thus, we find that almost all states are in zero clusters, and of those in at least one cluster, almost all are in just one cluster. The state space is thus roughly speaking the disjoint union of the clusters.

Almost surely, there are n(s)=2NΣ(s) clusters of size 2Ns, therefore, the state space is dominated by clusters with optimal entropy density s*=argmaxs(Σ(s)+s).

Thus, in the clustered phase, the state space is almost entirely partitioned among 2NΣ(s*) clusters of size 2Ns* each. Roughly, the state space looks like exponentially many equally-sized clusters.

Condensation phase

Another phase transition occurs when Σ(s*)=0, that is,α=αc:=p(2p)+log2(2p)When α>αc, the optimal entropy density becomes unreachable, as there almost surely exists zero clusters with entropy density s*. Instead, the state space is dominated by clusters with entropy close to sc, the larger solution to Σ(sc)=0.

Near sc, the contribution of clusters with entropy density s=scδ to the total state space is 2Nssize of clusters×2NΣ(s)number of clusters=2N(s+Σ(s))=2N(scδΣ(sc)δ) At large N, the possible entropy densities are sc,sc1/N,sc2/N,. The contribution of each is 2Nsc,2Nsc2(1+Σ(sc)),2Nsc22(1+Σ(sc)),

We can tabulate them as follows:

s sc sc1/N sc2/N
#clusters 1 2Σ(sc) 22Σ(sc)
contributes 112(1+Σ(sc)) 2(1+Σ(sc))12(1+Σ(sc)) 22(1+Σ(sc))12(1+Σ(sc))

Thus, we see that for any ϵ>0, at N limit, over 1ϵ of the total state space is covered by only a finite number of clusters. The state space looks partitioned into clusters with exponentially decaying sizes. This is the condensation phase.

Unsatisfiable phase

When α>1, the number of clusters is zero, so there are no states.

Extensions

Template:Stub section The RSM can be extended to include energy landscapes, allowing for the study of glassy behavior, temperature chaos, and the dynamic transition.

See also

References

Template:Reflist