Skip to content

Fix Duplicate Rescaling by Verifying Ancestor-Descendant Relationships in Min-Cut#9

Open
minghan1 wants to merge 6 commits intoant-research:mainfrom
minghan1:feature-merge-fix-repeatScale
Open

Fix Duplicate Rescaling by Verifying Ancestor-Descendant Relationships in Min-Cut#9
minghan1 wants to merge 6 commits intoant-research:mainfrom
minghan1:feature-merge-fix-repeatScale

Conversation

@minghan1
Copy link
Contributor

Description:
After compiling and running labelPsi.onnx, the following error occurs:
"scale degree of result dec to zero"

Root Cause:
RESBM uses a min-cut algorithm to determine the rescale insertion points for each region. However, when ancestor-descendant nodes exist within the cut set, the same path may be inserted with multiple rescale operations, leading to incorrect rescale insertion.

Solution:
Add a verification step to the existing min-cut algorithm. For each min-cut identified during the search process, verify that no ancestor-descendant relationships exist within the cut set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant